mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-11-27 00:03:01 -05:00
431 B
431 B
0.22.1
Bugfixes
:retriesplugin: fix `HTTPX::Response#response to point to last possible response in the redirection chain.:streamplugin: MakeHTTPX::Session#requestpublic (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.