httpx v0.13.0.dev1 Release Notes

Release Date: 2020-05-06 // almost 4 years ago
  • 0.13.0.dev1 (May 6th, 2020)

    ๐Ÿš€ The 0.13.0.dev1 is a pre-release version. To install it, use pip install httpx --pre.

    ๐Ÿ›  Fixed

    • Passing http2 flag to proxy dispatchers. (Pull #934)
    • ๐Ÿš€ Use httpcore v0.8.3
      which addresses problems in handling of headers when using proxies.