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.7 && <5.0), bytestring (>=0.2 && <0.11), conduit (>=0.5.5 && <1.3), http-client (>=0.5 && <0.6), req (>=0.1 && <0.3), resourcet (>=1.1 && <1.2), transformers (>=0.4 && <0.6) [details]
License BSD-3-Clause
Author Mark Karpov <markkarpov@openmailbox.org>, Michael Snoyman <michael@snoyman.com>
Maintainer Mark Karpov <markkarpov@openmailbox.org>
Revised Revision 2 made by mrkkrp at 2017-01-10T02:22:48Z
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 2016-11-10T17:33:31Z
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 uploaded by user
Build status unknown [no reports yet]

Readme for req-conduit-0.1.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.

Potential issues

Streaming of request body does not happen in constant memory. But it does not work with http-conduit either, see: https://github.com/snoyberg/http-client/issues/240. Streaming of response body does happen in constant memory as expected. See the benchmarks coming with the library for hands-on experiences.

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 Mark Karpov, Micheal Snoyman

Distributed under BSD 3 clause license.