@hackage http-io-streams0.1.2.0
HTTP client based on io-streams
Categories
License
BSD-3-Clause
Maintainer
Herbert Valerio Riedel <hvr@gnu.org>
Links
Versions
Installation
Dependencies (17)
- HsOpenSSL ^>=0.11.2
- attoparsec ^>=0.13.2.2
- base >=4.5 && <4.14
- base64-bytestring ^>=1.0.0.1 || ^>=1.1.0.0
- blaze-builder ^>=0.4.1.0
- brotli-streams ^>=0.0.0.0 Show all…
Dependents (3)
@hackage/ghcup, @hackage/hackage-cli, @hackage/S3
Package Flags
brotli
(on by default)
Build with support for Brotli (RFC7932) compression algorithm for HTTP compression.
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.