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 =
Socks5Error

Class Method Summary collapse

Class Method Details

.load_dependenciesObject



21
22
23
# File 'lib/httpx/plugins/proxy/socks5.rb', line 21

def self.load_dependencies(*)
  require_relative "../authentication/socks5"
end