Has anyone written a WSGI application for serving static files, that does stuff like If-Modified-Since, ETags, etc? I was planning to write one, but maybe someone else has already done it. I also want support for things like caching gzip versions of the file, caching the etag, and enough hooks to use it as a backend to a caching middleware, but I wonder if anyone's started on anything in that direction.
-- Ian Bicking / [EMAIL PROTECTED] / http://blog.ianbicking.org _______________________________________________ Web-SIG mailing list [email protected] Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com
