hreq-client: A Type dependent Highlevel HTTP client library.

[ library, mit, network, program, web ] [ Propose Tags ]

A Type dependent highlevel HTTP client library inspired by servant-client.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0
Change log CHANGELOG.md
Dependencies aeson (>=1.4.5 && <1.5), base (>=4.10.1 && <5), base-compat (>=0.10.5 && <0.13), bytestring (>=0.10.8 && <0.11), containers (>=0.5.7.1 && <0.7), exceptions (>=0.10.0 && <0.11), hreq-client, hreq-core (>=0.1.1), http-client (>=0.6.4 && <0.7), http-client-tls (>=0.3.5 && <0.4), http-media (>=0.8.0 && <0.9), http-types (>=0.12.3 && <0.13), mtl (>=2.2.2 && <3.0), retry (>=0.8 && <0.9), stm (>=2.4.5.1 && <2.6), string-conversions (>=0.4.0 && <0.5), text (>=1.2.4 && <1.3), time (>=1.6.0.1 && <2.0), unliftio-core (>=0.1.2 && <0.2.0) [details]
License MIT
Copyright 2019 Lukwago Allan
Author Lukwago Allan <epicallan.al@gmail>
Maintainer Lukwago Allan <epicallan.al@gmail>
Category Network, Web
Home page https://github.com/epicallan/hreq/blob/master/README.md
Bug tracker https://github.com/epicallan/hreq.git/issues
Source repo head: git clone https://github.com/epicallan/hreq.git
Uploaded by epicallan at 2019-11-26T14:22:26Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables example
Downloads 710 total (8 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 hreq-client-0.1.1.0

[back to package description]

Hreq

Hackage MIT license Build status

Implementation of Hreq Client. An HTTP client basing on hreq-core. Please look at the repository README.md file for more.