Module: HTTPX::Plugins::Proxy::Socks4
- Defined in:
- lib/httpx/plugins/proxy/socks4.rb
Defined Under Namespace
Modules: Packet Classes: Socks4ProxyChannel, SocksParser
Constant Summary collapse
- VERSION =
4
- CONNECT =
1
- GRANTED =
90
- Error =
Class.new(Error)