0.18.1
版本发布时间: 2021-04-29 20:57:22
encode/httpx最新发布版本:0.27.2(2024-08-27 20:52:29)
0.18.1 (29th April, 2021)
Changed
- Update brotli support to use the
brotlicffi
package (Pull #1605) - Ensure that
Request(..., stream=...)
does not auto-generate any headers on the request instance. (Pull #1607)
Fixed
- Pass through
timeout=...
in top-level httpx.stream() function. (Pull #1613) - Map httpcore transport close exceptions to httpx exceptions. (Pull #1606)