0.19.0
版本发布时间: 2021-08-19 19:37:43
encode/httpx最新发布版本:0.27.2(2024-08-27 20:52:29)
0.19.0 (19th August, 2021)
Added
- Add support for
Client(allow_redirects=<bool>)
. (Pull #1790) - Add automatic character set detection, when no
charset
is included in the responseContent-Type
header. (Pull #1791)
Changed
- Event hooks are now also called for any additional redirect or auth requests/responses. (Pull #1806)
- Strictly enforce that upload files must be opened in binary mode. (Pull #1736)
- Strictly enforce that client instances can only be opened and closed once, and cannot be re-opened. (Pull #1800)
- Drop
mode
argument fromhttpx.Proxy(..., mode=...)
. (Pull #1795)