httpx
httpx copied to clipboard
A next generation HTTP client for Python. 🦋
Context: https://github.com/orgs/encode/teams/maintainers/discussions/2/comments/15 #2266
In some case socks5h is needed to resolve the hostname. # Summary add socks5h proxy support. # Checklist - [x] I understand that this PR may be closed in case...
Ref: https://github.com/encode/starlette/pull/2534#issuecomment-2067634124 This issue was opened to resolve all kinds of problems where third-party packages may need to use private imports. We should definitely expose them to avoid problems like...
Use unasync
Discussed in: #3046 In order to avoid duplicating code for both the async and sync versions, this PR includes a script that converts certain async sections of the code to...
# Summary SSL context from httpx.Proxy is not used consistently across the proxy connections created in in HTTP transport this PR changes that. Haven't really added a test as I...
# Summary This fix would reduce typing when copying cli codes from the docs. Now you can just click the copy button then without any modify to paste to your...
# Summary ref: https://github.com/encode/httpx/issues/3170 this PR add type checking on `application/x-www-form-urlencoded` and `multipart/form-data` content type. it will throw TypeError on unspported type # Checklist - [X] I understand that this...
- [ ] Initially raised as discussion #3168 # Problem we should check input value types. Current behavoir which simply convert input value to `str(v)` is not very ideal. for...
# Summary There are several test cases broken on windows. # Checklist - [X] I understand that this PR may be closed in case there was no previous discussion. (This...
Fix httpx is not encoding with symbol '%s' (#3140) Add url parsing test # Summary # Checklist - [x] I understand that this PR may be closed in case there...