monad-connect

Version 0.1 revision 0 uploaded by akrasner.

Package meta

Synopsis
Transformer for TCP connection with TLS and SOCKS support
Description

This library is a basic monadic wrapper over the connection package. It provides a monad transformer which gives your monad stack the ability to maintain a single TCP connection, possibly over TLS and/or SOCKS.

This is very convenient for simple client applications which connect to a single server, but it is not enough for robust applications which want to automatically reconnect on errors. In the latter case, a reconnection and error handling layer can be added on top of the simple transformer provided here.

Author
fr33domlover
Bug reports
mailto:fr33domlover@riseup.net
Category
Control, Monad, Network
Copyright
♡ Copying is an act of love. Please copy, reuse and share.
Homepage
http://hub.darcs.net/fr33domlover/monad-connect
Maintainer
fr33domlover@riseup.net
Package URL
n/a
Stability
n/a

Components