.. _resources-1: Resources ================== Frameworks ---------------------- - `aiohttp `__ - Asynchronous HTTP client/server framework for asyncio and Python - `Bottle `__ - A fast and simple micro-framework for python web-applications. - `CherryPy `__ - A pythonic, object-oriented HTTP framework. - `Django `__ - The Web framework for perfectionists with deadlines. - `Falcon `__ - A bare-metal Python web API framework for building high-performance microservices, app backends, and higher-level frameworks. - `Flask `__ - The Python micro framework for building web applications. - `hug `__ - Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler. - `Masonite `__ - The Modern And Developer Centric Python Web Framework. - `Pyramid `__ - A Python web framework - `Quart `__ - A Python ASGI web microframework. - `Responder `__ - A familiar HTTP Service Framework - `Sanic `__ - An Async Python 3.5+ web server that’s written to go fast - `Starlette `__ - The little ASGI framework that shines. ✨ - `Tornado `__ - A Python web framework and asynchronous networking library, originally developed at FriendFeed. General ---------------------- - `OWASP - Secure Headers Project `__ - `OWASP - Session Management Cheat Sheet `__ - `Mozilla Web Security `__ - `securityheaders.com `__ Policies ---------------------- - **CSP:** `CSP Cheat Sheet \| Scott Helme `__, `Content-Security-Policy \| MDN `__, `Content Security Policy Cheat Sheet \| OWASP `__, `Content Security Policy CSP Reference & Examples `__ - **XXP:** `X-XSS-Protection \| MDN `__ - **XFO:** `X-Frame-Options \| MDN `__ - **HSTS:** `Strict-Transport-Security \| MDN `__, `HTTP Strict Transport Security Cheat Sheet \| OWASP `__ - **Referrer:** `A new security header: Referrer Policy \| Scott Helme `__, `Referrer-Policy \| MDN `__ - **Feature:** `A new security header: Feature Policy \| Scott Helme `__, `Feature-Policy \| MDN `__, `Introduction to Feature Policy \| Google Developers `__ - **Cache:** `Cache-Control \| MDN `__