Module: HTTPX::Plugins::Proxy::Socks5
- Defined in:
- lib/httpx/plugins/proxy/socks5.rb
Defined Under Namespace
Modules: ConnectionMethods, Packet Classes: SocksParser
Constant Summary collapse
- VERSION =
5- NOAUTH =
0- PASSWD =
2- NONE =
0xff- CONNECT =
1- IPV4 =
1- DOMAIN =
3- IPV6 =
4- SUCCESS =
0- Error =
Class.new(Error)