Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▾ middleware
▸ cache
▸ clickjacking
▸ common
▸ csrf
▾ gzip
class
GZipMiddleware
▸ http
▸ locale
▸ security
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class GZipMiddleware
django
.
middleware
.
gzip
.
GZipMiddleware
Compress content if the browser allows gzip compression. Set the Vary header accordingly, so that caches will base their storage on the Accept-Encoding header.
Declaration
class
GZipMiddleware(
MiddlewareMixin
)
source
link
Documentation
Methods
▷
def
process_response
(
self, request, response
)
source
link
Inherited methods
Methods inherited from
django
.
utils
.
deprecation
.
MiddlewareMixin
:
__call__
,
__init__
Reexports
Imported in
django.views.decorators.gzip
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04