req-conduit

Conduit helpers for the req HTTP client library

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

Version on this page:0.2.1@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.2.1@sha256:821099713ebec97f965d77aee7d8095fa15e7823ef7dedd362b63d70cc73f8e4,3289

Module documentation for 0.2.1

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.

Changes

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.

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

Req Conduit 0.1.0

  • Initial release.