blob: fe4861de4bcb68231c21376af206e9721b0a5636 (
plain) (
blame)
1
2
3
4
5
6
|
Django Compression Middleware
This middleware implements compressed content encoding for HTTP. It is similar
to Django's GZipMiddleware, but additionally supports other compression methods.
It is meant to be a drop-in replacement for Django's GZipMiddleware.
|