Uh oh!
There was an error while loading. Please reload this page.
Implement socks5 proxy support using socksio - #188
Conversation
florimondmanca
left a comment
There was a problem hiding this comment.
Nice start! Curious if CI passes with this setup 👀
Uh oh!
There was an error while loading. Please reload this page.
ca5a733 to
ca73293CompareWell, I mostly implemented May be it's better to do it in another PR..? |
cdeler
commented
Sep 21, 2020
Converted back to draft until socks4 proxy support has been added (then we can split the PR into chunks) |
9b7ea7b to
f6da5c4Comparef6da5c4 to
4618f88CompareI reworked this draft PR according to the @tomchristie 's comment: link So that right now The next step I want to do is to merge #199 (it's a PR about migrating PS for now this draft is only about |
lovelydinosaur
commented
Jan 18, 2022
Now supported in 0.14.5 - https://www.encode.io/httpcore/proxies/#socks-proxy-support |
The final draft PR for https://github.com/encode/httpx/issues/203 (I closed previous). It's based on #51, I added @yeraydiazdiaz to co-authored-by
What I did:
pproxyas a dev. dependency to have a local socks proxy serverAsyncSOCKSConnectionandSyncSOCKSConnection. For now it handles only socks5-without-auth connections