@hackage req-conduit0.1.0

Conduit helpers for the req HTTP client library

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.