http-io-streams: HTTP client based on io-streams
An HTTP client, using the Snap Framework's io-streams library to handle the streaming IO. The http-io-streams API designed for ease of use when querying web services and dealing with the result as streaming I/O.
The library is exported in a single module; see Network.Http.Client for full documentation.
NOTE: This is a fork of http-streams with a lighter dependency footprint which focuses on core HTTP functionality and as a consequence doesn't include out-of-the-box support for handling JSON data. If you need support for handling JSON web-services, you should use the original http-streams package instead of this package.
Downloads
- http-io-streams-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.4.0, 0.1.5.0, 0.1.6.0, 0.1.6.1, 0.1.6.2, 0.1.6.3, 0.1.6.4, 0.1.7.0, 0.1.7.1, 0.1.7.2 (info) |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | attoparsec (>=0.13.2.2 && <0.14), base (>=4.5 && <4.14), base64-bytestring (>=1.0.0.1 && <1.1), blaze-builder (>=0.4.1.0 && <0.5), bytestring (>=0.10.0.0 && <0.11), case-insensitive (>=1.2.0.11 && <1.3), containers (>=0.5.0.0 && <0.6 || >=0.6.0.1 && <0.7), directory (>=1.2.0.1 && <1.3 || >=1.3.0.0 && <1.4), HsOpenSSL (>=0.11.2 && <0.12), io-streams (>=1.5.0.1 && <1.6), mtl (>=2.2.2 && <2.3), network (>=2.6.0.0 && <2.7 || >=2.7.0.0 && <2.8 || >=2.8.0.0 && <2.9 || >=3.0.0.0 && <3.1), network-uri (>=2.6.0.0 && <2.7), openssl-streams (>=1.2.1.3 && <1.3), text (>=1.2.3.0 && <1.3), transformers (>=0.3.0.0 && <0.4 || >=0.4.2.0 && <0.5 || >=0.5.2.0 && <0.6) [details] |
| License | BSD-3-Clause |
| Copyright | © 2012-2018 Operational Dynamics Consulting, Pty Ltd and Others |
| Author | Andrew Cowie <andrew@operationaldynamics.com> |
| Maintainer | Herbert Valerio Riedel <hvr@gnu.org> |
| Revised | Revision 2 made by HerbertValerioRiedel at 2019-09-01T11:06:23Z |
| Category | Web, IO-Streams |
| Bug tracker | https://github.com/hvr/http-io-streams/issues |
| Source repo | head: git clone https://github.com/hvr/http-io-streams.git |
| Uploaded | by HerbertValerioRiedel at 2018-08-26T17:26:19Z |
| Distributions | LTSHaskell:0.1.7.2, NixOS:0.1.7.2, Stackage:0.1.7.2 |
| Reverse Dependencies | 2 direct, 0 indirect [details] |
| Downloads | 4307 total (15 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2018-08-26 [all 1 reports] |