socks-0.5.0: Socks proxy (version 5) implementation.

Safe HaskellNone

Network.Socks5.Lowlevel

Contents

Synopsis

Documentation

lowlevel types

data SocksHello

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

Constructors

SocksHello 

data SocksHelloResponse

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

newtype Connect

Constructors

Connect SocksAddress 

lowlevel interface