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.

[maintain] [Publish]

This library implements a monad class with various interesting instances:

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.3, 0.1.1.3, 0.1.1.4
Change log None available
Dependencies base (<5), bytestring (>=0.9 && <0.11), containers (>=0.1 && <0.7), 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.3
Uploaded by HenningThielemann at 2018-08-31T22:17:11Z

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
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

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees