0.15.4
版本发布时间: 2020-09-25 19:35:18
encode/httpx最新发布版本:0.27.2(2024-08-27 20:52:29)
0.15.4 (September 25th, 2020)
Added
- Support direct comparisons between
Headers
and dicts or lists of two-tuples. Eg.assert response.headers == {"Content-Length": 24}
(Pull #1326)
Fixed
- Fix automatic
.read()
whenResponse
instances are created withcontent=<str>
(Pull #1324)