httpx
httpx copied to clipboard
A next generation HTTP client for Python. 🦋
# Summary for reference : https://github.com/encode/httpx/discussions/3142 This PR brings compatibility with pydantic HttpURL object (or any object). I'm using pydantic HttpURL type in my project (for validation purposes) but had...
# Summary When a user created an HTTPTransport and supplied a URL for their proxy, the SSLContext was not passed to the created proxy. This caused some confusion when I...
# Summary This adds a tip about using event hooks for `raise_for_status` as found in #752 to the Quickstart. I think it's too valuable to leave in a GitHub issue...
# Summary Allow auth property on the BaseClient to be None (as a way to remove auth from the Client) # Checklist - [x] I understand that this PR may...
It's not possible what was suggested on https://github.com/encode/starlette/pull/2709/files#r1815401043.
# Summary Added so the Timeout can receive timedelta. I would love to expand that to all the calls, but I thought I wanted your take on this first. I...
Let's have a go at simplifying our custom authentication API. We have an existing API using generators and an "auth_flow". (Fantastic at the time, tho now the codebase has matured,...
# Summary We (Speakeasy) have updated our sponsorship graphic. # Checklist - [x ] I understand that this PR may be closed in case there was no previous discussion. (This...
Refs #302. Switch from `certifi` to `truststore` in order to enable system trust stores as our default SSL behavior. Related… https://github.com/encode/httpx/pull/3404#issuecomment-2488009481 Requires us to bump our Python requirement from 3.8...
I am also experiencing this issue. The timeout property has no effect on reads with SOCKS5 proxies, while the same functionality works as expected with HTTP proxies. ### Discussed in...