socks-0.5.6: 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 

data SocksHelloResponse Source #

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

lowlevel interface

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

waitSerialized :: Serialize a => Socket -> IO a Source #