socks-0.5.6: Socks proxy (ver 5)

Safe HaskellNone
LanguageHaskell2010

Network.Socks5.Lowlevel

Contents

Synopsis

Documentation

lowlevel types

data SocksHello #

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

Constructors

SocksHello 

lowlevel interface

sendSerialized :: Serialize a => Socket -> a -> IO () #