req-conduit: Conduit helpers for the req HTTP client library

[ bsd3, conduit, library, network, web ] [ Propose Tags ]

Conduit helpers for the req HTTP client library.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
dev

Turn on development settings.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0, 0.2.1, 1.0.0, 1.0.1, 1.0.2
Change log CHANGELOG.md
Dependencies base (>=4.13 && <5.0), bytestring (>=0.2 && <0.12), conduit (>=1.3 && <1.4), http-client (>=0.5 && <0.8), req (>=1.0 && <4.0), resourcet (>=1.1 && <1.4), transformers (>=0.4 && <0.7) [details]
License BSD-3-Clause
Author Mark Karpov <markkarpov92@gmail.com>, Michael Snoyman <michael@snoyman.com>
Maintainer Mark Karpov <markkarpov92@gmail.com>
Revised Revision 2 made by mrkkrp at 2023-06-20T16:16:50Z
Category Network, Web, Conduit
Home page https://github.com/mrkkrp/req-conduit
Bug tracker https://github.com/mrkkrp/req-conduit/issues
Source repo head: git clone https://github.com/mrkkrp/req-conduit.git
Uploaded by mrkkrp at 2021-08-07T19:07:16Z
Distributions LTSHaskell:1.0.2, Stackage:1.0.2
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 4353 total (51 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-08-07 [all 1 reports]

Readme for req-conduit-1.0.1

[back to package description]

Req Conduit

License BSD3 Hackage Stackage Nightly Stackage LTS CI

This library extends functionality of the req package with conduit helpers for streaming big request bodies in constant space.

Contribution

Issues, bugs, and questions may be reported in the GitHub issue tracker for this project.

Pull requests are also welcome.

License

Copyright © 2016–present Mark Karpov, Michael Snoyman

Distributed under BSD 3 clause license.