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

Module documentation for 1.0.2

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.

Changes

Req Conduit 1.0.2

  • Maintenance release with support for GHC 9.8 and more minimal dependencies.

Req Conduit 1.0.1

  • Builds with GHC 8.8, 8.10, 9.0 and the newest nightly Stackage snapshots.

  • Dropped support for GHC 8.6 and older.

Req Conduit 1.0.0

  • This version is to be used with Req 1.0.0 and later.

  • Dropped support for GHC 7.8.

Req Conduit 0.2.1

  • Fixed weigh benchmark.

  • Started testing with GHC 8.2.1.

Req Conduit 0.2.0

  • This version is to be used with Req 0.3.0 and later.

  • Removed req' as it’s now in Req itself.

Req Conduit 0.1.0

  • Initial release.