rfc-http-client: The HTTP client extensions from the Robert Fischer Commons.

[ library, mit, web ] [ Propose Tags ]

Provides best-of-breed support for HTTP client calls in Haskell.


[Skip to Readme]

Modules

  • RFC
    • HTTP
      • RFC.HTTP.Client

Flags

Manual Flags

NameDescriptionDefault
production

If true, disables failing on warnings and enables aggressive optimizations.

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

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1
Dependencies aeson (>=1.4), base (>=4.10 && <5), http-client (>=0.5), http-client-tls (>=0.3), http-types (>=0.12), lens (>=4.16), network-uri (>=2.6), rfc-prelude, scientific (>=0.3), servant-server (>=0.13), vector (>=0.12), wreq (>=0.5) [details]
License MIT
Author Robert Fischer
Maintainer smokejumperit+rfc@gmail.com
Category Web
Home page https://github.com/RobertFischer/rfc#readme
Bug tracker https://github.com/RobertFischer/rfc/issues
Source repo head: git clone https://github.com/RobertFischer/rfc(rfc-http-client)
Uploaded by RobertFischer at 2018-07-03T02:47:42Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 624 total (3 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-07-03 [all 3 reports]

Readme for rfc-http-client-0.0.0.1

[back to package description]

RFC HTTP Client

This provides a bunch of utility functions and a monad for simplifying the use of wreq.