https://github.com/mrkkrp/req-conduit
Conduit utilities that work with the Req HTTP client library
https://github.com/mrkkrp/req-conduit
conduit haskell http-client
Last synced: 11 months ago
JSON representation
Conduit utilities that work with the Req HTTP client library
- Host: GitHub
- URL: https://github.com/mrkkrp/req-conduit
- Owner: mrkkrp
- License: other
- Created: 2016-11-01T10:08:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T08:09:44.000Z (about 1 year ago)
- Last Synced: 2025-06-27T11:59:41.260Z (11 months ago)
- Topics: conduit, haskell, http-client
- Language: Haskell
- Homepage:
- Size: 104 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Req Conduit
[](http://opensource.org/licenses/BSD-3-Clause)
[](https://hackage.haskell.org/package/req-conduit)
[](http://stackage.org/nightly/package/req-conduit)
[](http://stackage.org/lts/package/req-conduit)
[](https://github.com/mrkkrp/req-conduit/actions/workflows/ci.yaml)
This library extends functionality of the
[`req`](https://hackage.haskell.org/package/req) package with
[`conduit`](https://hackage.haskell.org/package/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](https://github.com/mrkkrp/req-conduit/issues).
Pull requests are also welcome.
## License
Copyright © 2016–present Mark Karpov, Michael Snoyman
Distributed under BSD 3 clause license.