The latest version of http-monad is 0.1.1.4-0.

http-monad

Version 0.1.0.1 revision 0 uploaded by HenningThielemann.

Package meta

Synopsis
Monad abstraction for HTTP allowing lazy transfer and non-I/O simulation
Description

This library implements a monad class with various interesting instances:

  • Lazy I/O allows for fetching documents via HTTP on demand

  • Non-I/O allows for testing HTTP communication without any IO action

By using this monad you can implement HTTP communication in a very general way. You may add further functionality by adding custom sub-classes.

We inherit all content data types from the HTTP-4000 package, such as String as well as strict and lazy ByteString.

Author
Henning Thielemann <http@henning-thielemann.de>
Bug reports
n/a
Category
Network
Copyright
(c) 2009, Henning Thielemann
Homepage
n/a
Maintainer
Henning Thielemann <http@henning-thielemann.de>
Package URL
n/a
Stability
n/a

Components