@hackage http-enumerator0.7.2.2
HTTP client package with enumerator interface and HTTPS support.
Categories
License
BSD-3-Clause
Maintainer
Michael Snoyman <michael@snoyman.com>
Links
Versions
Deprecated
Dependencies (24)
- asn1-data >=0.5.1 && <0.7
- attoparsec >=0.8.0.2 && <0.11
- attoparsec-enumerator >=0.2.0.4 && <0.4
- base >=4 && <5
- base64-bytestring >=0.1 && <0.2
- blaze-builder >=0.2.1 && <0.4 Show all…
Dependents (28)
@hackage/dropbox-sdk, @hackage/yesod-auth-oauth, @hackage/html2hamlet, @hackage/campfire, @hackage/gps2htmlReport, @hackage/yackage, Show all…
Package Flags
test
(off by default)
Build the test executable.
network-bytestring(off by default)
This package uses attoparsec for parsing the actual contents of the HTTP connection. It also provides higher-level functions which allow you to avoid direct usage of enumerators.
Note that this package has been superceded by http-conduit. If you are not using the enumerator interface of this package at all, it is highly recommended to switch to http-conduit. If you are using enumerators, please consider making the move to http-conduit anyway, as it solves some socket leaks that cannot be addressed with enumerators.