httpx v0.15.4 Release Notes

Release Date: 2020-09-25 // over 3 years ago
  • 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() when Response instances are created with content=<str> (Pull #1324)