Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T11:56:17.000Z (5 months ago)
- Last Synced: 2024-10-13T10:32:28.985Z (25 days ago)
- Topics: conduit, haskell, http-client
- Language: Haskell
- Homepage:
- Size: 97.7 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Req Conduit
[![License BSD3](https://img.shields.io/badge/license-BSD3-brightgreen.svg)](http://opensource.org/licenses/BSD-3-Clause)
[![Hackage](https://img.shields.io/hackage/v/req-conduit.svg?style=flat)](https://hackage.haskell.org/package/req-conduit)
[![Stackage Nightly](http://stackage.org/package/req-conduit/badge/nightly)](http://stackage.org/nightly/package/req-conduit)
[![Stackage LTS](http://stackage.org/package/req-conduit/badge/lts)](http://stackage.org/lts/package/req-conduit)
![CI](https://github.com/mrkkrp/req-conduit/workflows/CI/badge.svg?branch=master)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.