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

Safe HaskellNone

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 

data SocksHelloResponse Source

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

lowlevel interface