I've recently been using Cloudflare [https://cloudflare.com] as an HTTP frontend
for some applications, and getting things working correctly with WSGI was
unobvious.
In Python, WSGI [https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface] is
the standard protocol to write a Web application. All Web frameworks that I