pypi httpx 0.18.2
Version 0.18.2

latest releases: 0.27.0, 0.26.0, 0.25.2...
3 years ago

0.18.2 (17th June, 2021)

Added

  • Support for Python 3.10. (Pull #1687)
  • Expose httpx.USE_CLIENT_DEFAULT, used as the default to auth and timeout parameters in request methods. (Pull #1634)
  • Support HTTP/2 "prior knowledge", using httpx.Client(http1=False, http2=True). (Pull #1624)

Fixed

  • Clean up some cases where warnings were being issued. (Pull #1687)
  • Prefer Content-Length over Transfer-Encoding: chunked for content= cases. (Pull #1619)

Don't miss a new httpx release

NewReleases is sending notifications on new releases.