Update README.md

This commit is contained in:
Tom Christie 2024-09-27 17:05:51 +01:00 committed by GitHub
parent 6a4ea7a1fe
commit 85886d7d43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,8 +138,8 @@ As well as these optional installs:
* `trio` - Async support for `trio`. *(Optional, with `httpx['trio']`)*
* `h2` - HTTP/2 support. *(Optional, with `httpx['http2']`)*
* `socksio` - SOCKS proxy support. *(Optional, with `httpx['socks']`)*
* `rich` - Command line client support. *(Optional, with `httpx['cli']`)*
* `click` - Command line client support. *(Optional, with `httpx['cli']`)*
* `rich` - Command line client support. *(Optional, with `httpx['cli']`)*
* `pygments` - Command line client support. *(Optional, with `httpx['cli']`)*
* `brotli` or `brotlicffi` - Decoding for "brotli" compressed responses. *(Optional, with `httpx['brotli']`)*
* `zstandard` - Decoding for "zstd" compressed responses. *(Optional, with `httpx[zstd]`)*