@hackage http-enumerator0.2.0.3
HTTP client package with enumerator interface and HTTPS support.
Categories
License
BSD-3-Clause
Maintainer
Michael Snoyman <michael@snoyman.com>
Links
Versions
Deprecated
Dependencies (15)
- HsOpenSSL >=0.8 && <0.9
- attoparsec >=0.8.0.2 && <0.9
- attoparsec-enumerator >=0.2 && <0.3
- base >=4 && <5
- blaze-builder >=0.1 && <0.2
- bytestring >=0.9.1.4 && <0.10 Show all…
Dependents (28)
@hackage/dropbox-sdk, @hackage/yesod-auth-oauth, @hackage/html2hamlet, @hackage/campfire, @hackage/gps2htmlReport, @hackage/yackage, Show all…
Package Flags
openssl
(off by default)
Build using the HSOpenSSL library.
test
(off by default)
Build the test executable.
This package uses attoparsec for parsing the actual contents of the HTTP connection. The only gotcha is the withHttpEnumerator function, otherwise should do exactly what you expect.