0.18.2
版本发布时间: 2021-06-17 18:30:28
encode/httpx最新发布版本:0.27.2(2024-08-27 20:52:29)
0.18.2 (17th June, 2021)
Added
- Support for Python 3.10. (Pull #1687)
- Expose
httpx.USE_CLIENT_DEFAULT
, used as the default toauth
andtimeout
parameters in request methods. (Pull #1634) - Support HTTP/2 "prior knowledge", using
httpx.Client(http1=False, http2=True)
. (Pull #1624)
Fixed
- Clean up some cases where warnings were being issued. (Pull #1687)
- Prefer Content-Length over Transfer-Encoding: chunked for content=
cases. (Pull #1619)