Last active
June 23, 2017 12:32
-
-
Save tomchristie/b99979c57eea85a2fbdb6b2b68926913 to your computer and use it in GitHub Desktop.
UMI middleware
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* CORS | |
* Werkzeug Debugger | |
* Routing | |
* Whitenoise | |
* JWT? | |
* Cache? | |
* ->WSGI / ->ASGI | |
* Pub/Sub | |
* Multipart | |
* Conneg | |
http://djangobook.com/django-middleware/ | |
sendfile directive - web server application using it | |
--------------------- ------------------------------- | |
X-Sendfile - Apache, Lighttpd v1.5, Cherokee | |
X-LIGHTTPD-send-file - Lighttpd v1.4 | |
X-Accel-Redirect - Nginx, Cherokee |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment