http-monad: Monad abstraction for HTTP allowing lazy transfer and non-I/O simulation
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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.
Properties
Versions | 0.0.1, 0.1, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.1, 0.1.1.1, 0.1.1.2, 0.1.1.2, 0.1.1.3, 0.1.1.4 |
---|---|
Change log | None available |
Dependencies | base (<5), bytestring (>=0.9 && <0.11), containers (>=0.1 && <0.6), explicit-exception (>=0.1.4 && <0.2), HTTP (>=4000 && <4001), httpd-shed (>=0.3 && <0.4), lazyio (>=0.1 && <0.2), network (>=2.1 && <2.7), network-uri (>=2.6 && <2.7), parsec (>=2.1 && <3.2), semigroups (>=0.1 && <1.0), transformers (>=0.2 && <0.6), utility-ht (>=0.0.4 && <0.1) [details] |
License | BSD-3-Clause |
Author | Henning Thielemann <http@henning-thielemann.de> |
Maintainer | Henning Thielemann <http@henning-thielemann.de> |
Category | Network |
Source repo | head: darcs get http://code.haskell.org/~thielema/http-monad/ this: darcs get http://code.haskell.org/~thielema/http-monad/ --tag 0.1.1.2 |
Uploaded | by HenningThielemann at 2018-02-16T20:23:20Z |
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
splitbase | Old, monolithic base | Disabled |
buildtestserver | build a small server for testing lazy download | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- http-monad-0.1.1.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees