httpx icon indicating copy to clipboard operation
httpx copied to clipboard

A next generation HTTP client for Python. 🦋

Results 184 httpx issues
Sort by recently updated
recently updated
newest added
trafficstars

`[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1000)` p.s. I downgrade the version to 0.27.2

# Summary http.cookiejar allows setting a custom default policy for cookies. httpx immediately discards that before any requests get sent # Checklist - [x] I understand that this PR may...

Let's get ourselves a `main` branch, please. 😎

user-experience

# Summary Add a nice-to-have link to the Event Hooks docs on the Compatibility page. # Checklist - [x] I understand that this PR may be closed in case there...

This PR attempts to use the unasync strategy to keep both async and sync tests of the client synchronized. Previously, we encountered issues where something worked for the async client...

# Summary As previously noted in [this GitHub discussion](https://github.com/encode/httpx/discussions/2765), this library by default leaks credentials which are included in URL strings (common for basic authentication). It can also raise exceptions...

# Summary Added an example of a simple custom auth based on a callable, as mentioned in the discussion below: https://github.com/encode/httpx/discussions/1674 # Checklist - [X] I understand that this PR...

# Summary [BlockBuster](https://github.com/cbornet/blockbuster) is a library to detect harmful blocking calls done in the async event loop (when activated, it raises an error if a blocking call is done). It...

# Summary `HTTPX_CA_BUNDLE` env-variable was introduced (similar to `REQUESTS_CA_BUNDLE`). The motivation behind it: `SSL_CERT_FILE` affects other libraries/programs. Alternatively I can introduce `HTTPX_SYSTEM_CA`. Related to #302 # Checklist - [X] I...

`pip install 'httpx[socks]'` # Summary # Checklist - [✅] I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!) -...