Commit a3547b9
authored
feat: add support decompress *br* response content (#226)
### Description
Adds support for decompressing a brotli-compressed server response if an
"Accept-Encoding" header was passed with the "br" or "gzip, deflate, br"
parameter and the server supports this type of compression.
Httpx provides the necessary functionality, but requires additional
libraries to be installed to work correctly.1 parent e529baf commit a3547b9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments