0.27.0
版本发布时间: 2024-02-21 21:06:50
encode/httpx最新发布版本:0.27.2(2024-08-27 20:52:29)
0.27.0 (21st February, 2024)
Deprecated
- The
app=...
shortcut has been deprecated. Use the explicit style oftransport=httpx.WSGITransport()
ortransport=httpx.ASGITransport()
instead.
Fixed
- Respect the
http1
argument while configuring proxy transports. (#3023) - Fix RFC 2069 mode digest authentication. (#3045)