mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[3.0.x] Refs #15396 -- Mentioned full path to GZipMiddleware in documentation.
Backport of f1d4a540b29c6766b988852bc302ac036a2d82e2 from master
This commit is contained in:
parent
b6da3192c0
commit
9fa6c737df
@ -95,8 +95,8 @@ GZip middleware
|
|||||||
.. _the BREACH paper (PDF): http://breachattack.com/resources/BREACH%20-%20SSL,%20gone%20in%2030%20seconds.pdf
|
.. _the BREACH paper (PDF): http://breachattack.com/resources/BREACH%20-%20SSL,%20gone%20in%2030%20seconds.pdf
|
||||||
.. _breachattack.com: http://breachattack.com
|
.. _breachattack.com: http://breachattack.com
|
||||||
|
|
||||||
Compresses content for browsers that understand GZip compression (all modern
|
The ``django.middleware.gzip.GZipMiddleware`` compresses content for browsers
|
||||||
browsers).
|
that understand GZip compression (all modern browsers).
|
||||||
|
|
||||||
This middleware should be placed before any other middleware that need to
|
This middleware should be placed before any other middleware that need to
|
||||||
read or write the response body so that compression happens afterward.
|
read or write the response body so that compression happens afterward.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user