Archive for December 2008

Python WSGI Middleware for automatic Gzipping

I've just started learning Python WSGI (PEP-333) and thought the best way to learn would be to write some WSGI tools myself. Most recently, I chose to write a middleware application that converts all output into valid gzipped data. In this article, I will be demonstrating how my middleware gzipper works and how to implement it.

Continue reading 'Python WSGI Middleware for automatic Gzipping' »