0.14.3
版本发布时间: 2020-09-02 19:17:55
encode/httpx最新发布版本:0.27.2(2024-08-27 20:52:29)
0.14.3 (September 2nd, 2020)
Added
-
http.Response()
may now be instantiated without arequest=...
parameter. Useful for some unit testing cases. (Pull #1238) - Add
103 Early Hints
and425 Too Early
status codes. (Pull #1244)
Fixed
-
DigestAuth
now handles responses that include multiple 'WWW-Authenticate' headers. (Pull #1240) - Call into transport
__enter__
/__exit__
or__aenter__
/__aexit__
when client is used in a context manager style. (Pull #1218)