req-conduit

Conduit helpers for the req HTTP client library

https://github.com/mrkkrp/req-conduit

Version on this page:0.1.0@rev:2
LTS Haskell 22.13:1.0.2
Stackage Nightly 2024-03-14:1.0.2
Latest on Hackage:1.0.2

See all snapshots req-conduit appears in

BSD-3-Clause licensed by Mark Karpov, Michael Snoyman
Maintained by Mark Karpov
This version can be pinned in stack with:req-conduit-0.1.0@sha256:dc6ccfa651214632bd0c4517f0c5e86d228cf93b792a6a44ef7330c85041a67b,4877

Module documentation for 0.1.0

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.

Changes

Req Conduit 0.1.0

  • Initial release.