nri-http: Make Elm style HTTP requests

[ bsd3, library, web ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.1.0, 0.2.0.0, 0.3.0.0
Dependencies aeson (>=1.4.6.0 && <1.6), base (>=4.12.0.0 && <4.16), bytestring (>=0.10.8.2 && <0.12), conduit (>=1.3.0 && <1.4), http-client (>=0.6.0 && <0.8), http-client-tls (>=0.3.0 && <0.4), http-types (>=0.12 && <0.13), mime-types (>=0.1.0.0 && <0.2), network-uri (>=2.6.0.0 && <2.8), nri-observability (>=0.1.0.0 && <0.2), nri-prelude (>=0.1.0.0 && <0.7), safe-exceptions (>=0.1.7.0 && <1.3), text (>=1.2.3.1 && <1.3) [details]
License BSD-3-Clause
Copyright 2021 NoRedInk Corp.
Author NoRedInk
Maintainer haskell-open-source@noredink.com
Category Web
Home page https://github.com/NoRedInk/haskell-libraries#readme
Bug tracker https://github.com/NoRedInk/haskell-libraries/issues
Source repo head: git clone https://github.com/NoRedInk/haskell-libraries(nri-http)
Uploaded by JasperWoudenberg at 2021-06-14T16:04:58Z
Distributions
Downloads 566 total (25 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-06-14 [all 1 reports]

Readme for nri-http-0.1.0.1

[back to package description]

Http

Making HTTP requests using an API inspired by Elm's elm/http.