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

Safe HaskellNone
LanguageHaskell98

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 () #