Class 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

Inherited methods

Reexports