httpx/doc/release_notes/0_22_1.md
2022-12-23 17:36:47 +00:00

431 B

0.22.1

Bugfixes

  • :retries plugin: fix `HTTPX::Response#response to point to last possible response in the redirection chain.
  • :stream plugin: Make HTTPX::Session#request public (as it is inn the main class) .
  • return 100 responses if the request didn't specifically ask for "100-continue" negotiation (via the "expect" header).

Improvements

Wrap low-level socket errors in a HTTPX::ConnectionError exception.