0.22.0
版本发布时间: 2022-01-26 22:47:57
encode/httpx最新发布版本:0.27.2(2024-08-27 20:52:29)
0.22.0 (26th January, 2022)
Added
- Support for the SOCKS5 proxy protocol via the
socksio
package. (#2034) - Support for custom headers in multipart/form-data requests (#1936)
Fixed
- Don't perform unreliable close/warning on
__del__
with unclosed clients. (#2026) - Fix
Headers.update(...)
to correctly handle repeated headers (#2038)