http-client-request-modifiers: Convenient monadic HTTP request modifiers

[ bsd3, library, network ] [ Propose Tags ]

These are simple, monadic functions that modify an HTTP Request from http-client. They make it easy to chain request updates and allow for arbitrary monadic effects.


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
network-uri

Get Network.URI from the network-uri package

Enabled

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

Candidates

  • No Candidates
Versions [RSS] 0.1
Change log CHANGELOG.md
Dependencies base (>=4.7 && <4.8), bytestring, exceptions, http-client (>=0.2 && <0.4), http-media (>=0.2 && <0.3), http-types, network, network-uri (>=2.6) [details]
License BSD-3-Clause
Copyright (c) 2014 Sean Leather
Author Sean Leather
Maintainer sean.leather@gmail.com
Category Network
Home page https://github.com/spl/http-client-request-modifiers
Bug tracker https://github.com/spl/http-client-request-modifiers/issues
Source repo head: git clone https://github.com/spl/http-client-request-modifiers.git
Uploaded by SeanLeather at 2014-08-26T12:03:47Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 928 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for http-client-request-modifiers-0.1

[back to package description]

This package contains simple, monadic functions that modify an HTTP Request from http-client. They make it easy to chain request updates and allow for arbitrary monadic effects.

There are certainly useful functions that are currently not provided. Please create an issue or a pull request if you have suggestions.