Original upload date: Fri, 28 Aug 2015 00:00:00 GMT
Archive date: Wed, 01 Dec 2021 06:16:39 GMT
WSGI is the standard interface web servers use to speak to Python web applications. Understanding how WSGI works and the lifecycle of a request offers more control over the finer details of how your a
...
pplication responds. A WSGI middleware can sit between any number of Python frameworks and your server to provide a little extra goodness, whether it's logging, special headers, or other application-specific needs.
Slides: http://alanctkc.github.io/wsgi-middleware-demo
One correction I noticed on upload. The math was off for the timing middleware, so while response time was impressive, it wasn't *quite* so blazingly fast. See this commit: https://github.com/alanctkc/wsgi-middleware-demo/commit/869961ae24eb9182335cf837c669aac224f00b88