ninenines / gun

HTTP/1.1, HTTP/2, Websocket client (and more) for Erlang/OTP.
ISC License
898 stars 231 forks source link

Add SOCKS support #165

Closed essen closed 6 years ago

essen commented 6 years ago

Current plans are to implement HTTP proxying via CONNECT but SOCKS will also be added later on.

The relevant specs for SOCKS5 are:

And for SOCKS4:

essen commented 6 years ago

We already have #32.