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