@hackage http-streams0.4.0.0
An HTTP client using io-streams
Categories
License
BSD-3-Clause
Maintainer
Andrew Cowie <andrew@operationaldynamics.com>
Links
Versions
Deprecated
Dependencies (13)
- HsOpenSSL
- attoparsec
- base >=4.5 && <4.8
- base64-bytestring
- blaze-builder
- bytestring Show all…
Dependents (35)
@hackage/prometheus-effect, @hackage/crawlchain, @hackage/tempodb, @hackage/lang, @hackage/servant-http-streams, @hackage/katt, Show all…
Overview
An HTTP client, using the Snap Framework's 'io-streams' library to hande the streaming IO. The API is optimized for ease of use for the rather common case of code needing to query web services and deal with the result.
The library is exported in a single module; see Network.Http.Client
for full documentation.