httprb / http

HTTP (The Gem! a.k.a. http.rb) - a fast Ruby HTTP client with a chainable API, streaming support, and timeouts
MIT License
3.01k stars 321 forks source link

Support socks 5 proxy? #483

Open kingwkb opened 6 years ago

mikegee commented 6 years ago

https://github.com/httprb/http/wiki/Proxy-Support ?

kingwkb commented 6 years ago

This is a HTTP proxy, not support socks 5 proxy

unrooty commented 4 years ago

There is an issues with SOCKS5 proxy. I have HTTP::ConnectionError (couldn't read response headers) error when trying to request data using this type of proxy. Any suggestions on how to solve this?

ixti commented 4 years ago

We don't support Socks proxy yet.

unrooty commented 4 years ago

@ixti thanks for the answer!