httpx
httpx copied to clipboard
A next generation HTTP client for Python. 🦋
Branch for Version 1.0, so that we can incrementally merge ongoing changes and figure out at what point we want to cut a release. - [ ] Add release notes....
ASGI transport layer would stall indefinitely due to improper stop signaling of the send stream, now close them when client closes response or stream is exhausted. It also would not...
Ref: https://github.com/encode/httpx/pull/3022#discussion_r1787967524 # Summary - Removed `docs/environment_variables.md` and moved its contents to `docs/transports.md` under _Environment Variables_ section. - Some touchups to `docs/compability.md`. # Checklist - [ ] I understand that...
# Summary Trying to implement support for async files (any AsyncIterable[bytes | str]) multipart file upload. Partially fixes https://github.com/encode/httpx/issues/1620 # Checklist - [x] I understand that this PR may be...
# Summary No need to have `trust_env` as property since it only used on initialization. I added new test for `trust_env` behavior.
# Summary Supersedes #2858 : - rebased to `version-1.0` branch - added changelogs - addressed few typos - sort optional dependencies alphabetically - consistent dependencies version bounds
# Summary I think it deserve to mention...
# Summary Clean last remained warning.
# Summary As it is planned to be removed in v1.0.
# Summary I added a discussion for this ages back but there's been no input, so I've written it (because I was contracted to do the work anyway, so I...