httpx/docs
Michiel W. Beijen 392dbe45f0
Add support for zstd decoding (#3139)
This adds support for zstd decoding using the python package zstandard.
This is similar to how it is implemented in urllib3. I also chose the
optional installation option httpx[zstd] to mimic the same option in
urllib3.

zstd decoding is similar to brotli, but in benchmarks it is supposed to
be even faster. The zstd compression is described in RFC 8878.

See https://github.com/encode/httpx/discussions/1986

Co-authored-by: Kamil Monicz <kamil@monicz.dev>
2024-03-21 10:17:15 +00:00
..
advanced fix docs basic authentication typo (#3112) 2024-02-23 14:33:15 +00:00
css First pass at autodoc support (#464) 2019-10-30 16:21:39 +01:00
img Add cli support (#1855) 2021-09-14 09:44:43 +01:00
api.md Make raise_for_status chainable (#2776) 2023-08-01 10:22:58 +01:00
async.md Deprecate app=... in favor of explicit WSGITransport/ASGITransport. (#3050) 2024-02-02 13:29:41 +00:00
CNAME Setup custom domain (#751) 2020-01-11 09:38:09 +00:00
code_of_conduct.md Refine project workflow (#1534) 2021-03-24 16:48:57 +00:00
compatibility.md Fix sections references (#3058) 2024-01-15 11:15:31 +00:00
contributing.md Fix broken links in docs/contributing.md and CHANGELOG.md (#3124) 2024-02-29 11:11:43 +00:00
environment_variables.md Fix sections references (#3058) 2024-01-15 11:15:31 +00:00
exceptions.md Rework docs structure (#2308) 2022-07-21 08:43:18 +02:00
http2.md Fix link to "http2 explained" (#2307) 2022-07-18 14:34:06 +02:00
index.md Add support for zstd decoding (#3139) 2024-03-21 10:17:15 +00:00
logging.md fix a typo in docs/logging.md (#2830) 2023-08-29 11:27:23 +02:00
quickstart.md Add support for zstd decoding (#3139) 2024-03-21 10:17:15 +00:00
third_party_packages.md Fix sections references (#3058) 2024-01-15 11:15:31 +00:00
troubleshooting.md Fix sections references (#3058) 2024-01-15 11:15:31 +00:00