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 && <2.1), base (>=4.12.0.0 && <4.17), bytestring (>=0.10.8.2 && <0.12), case-insensitive (>=1.1 && <2.0), 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 && <2.1) [details]
License BSD-3-Clause
Copyright 2022 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 adauguet at 2022-11-29T16:16:08Z
Distributions
Downloads 555 total (23 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for nri-http-0.3.0.0

[back to package description]

Http

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