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]

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.8 && <5.0), bytestring (>=0.2 && <0.12), conduit (>=1.2.8 && <1.4), http-client (>=0.5 && <0.8), req (>=1.0 && <4.0), resourcet (>=1.1 && <1.3), transformers (>=0.4 && <0.6) [details]
License BSD-3-Clause
Author Mark Karpov <markkarpov92@gmail.com>, Michael Snoyman <michael@snoyman.com>
Maintainer Mark Karpov <markkarpov92@gmail.com>
Revised Revision 8 made by mrkkrp at 2021-01-04T19:54:28Z
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 2017-12-01T11:11:37Z
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 2017-12-01 [all 1 reports]

Readme for req-conduit-1.0.0

[back to package description]

Req Conduit

License BSD3 Hackage Stackage Nightly Stackage LTS Build Status Coverage Status

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 and will be reviewed quickly.

License

Copyright © 2016–2017 Mark Karpov, Michael Snoyman

Distributed under BSD 3 clause license.