monad-connect: Transformer for TCP connection with TLS and SOCKS support
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.
[Skip to Readme]
Downloads
- monad-connect-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1 |
---|---|
Change log | ChangeLog |
Dependencies | base (>=4.8 && <5), bytestring (>=0.10.6.0), connection (>=0.2.5), exceptions (>=0.8.2.1), transformers (>=0.4.2.0) [details] |
License | LicenseRef-PublicDomain |
Copyright | ♡ Copying is an act of love. Please copy, reuse and share. |
Author | fr33domlover |
Maintainer | fr33domlover@riseup.net |
Category | Control, Monad, Network |
Home page | http://hub.darcs.net/fr33domlover/monad-connect |
Bug tracker | mailto:fr33domlover@riseup.net |
Source repo | head: darcs get http://hub.darcs.net/fr33domlover/monad-connect |
Uploaded | by akrasner at 2016-03-16T17:25:58Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1021 total (11 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-03-16 [all 1 reports] |