Updating the doc entry for the HTTP compress downloader middleware on zstd

This commit is contained in:
P. Chen 2020-10-05 21:10:40 +01:00
parent 892dd9da57
commit c6c3f2ce66
No known key found for this signature in database
GPG Key ID: E3353B0B8B3E8B49
1 changed files with 5 additions and 2 deletions

View File

@ -684,11 +684,14 @@ HttpCompressionMiddleware
This middleware allows compressed (gzip, deflate) traffic to be
sent/received from web sites.
This middleware also supports decoding `brotli-compressed`_ responses,
provided `brotlipy`_ is installed.
This middleware also supports decoding `brotli-compressed`_ as well as
`zstd-compressed`_ responses, provided that `brotlipy`_ or `zstd`_ is
installed, respectively.
.. _brotli-compressed: https://www.ietf.org/rfc/rfc7932.txt
.. _brotlipy: https://pypi.org/project/brotlipy/
.. _zstd-compressed: https://www.ietf.org/rfc/rfc8478.txt
.. _zstd: https://pypi.org/project/zstd/
HttpCompressionMiddleware Settings
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~