socks-0.6.0: Socks proxy (ver 5)

Safe HaskellNone
LanguageHaskell2010

Network.Socks5.Lowlevel

Contents

Synopsis

Documentation

lowlevel types

data SocksHello Source #

Initial message sent by client with the list of authentification methods supported

Constructors

SocksHello 
Instances
Eq SocksHello Source # 
Instance details

Defined in Network.Socks5.Wire

Show SocksHello Source # 
Instance details

Defined in Network.Socks5.Wire

Serialize SocksHello Source # 
Instance details

Defined in Network.Socks5.Wire

data SocksHelloResponse Source #

Initial message send by server in return from Hello, with the server chosen method of authentication

newtype Connect Source #

Constructors

Connect SocksAddress 

lowlevel interface