@hackage http-conduit1.8.7
HTTP client package with conduit interface and HTTPS support.
Categories
License
BSD-3-Clause
Maintainer
Michael Snoyman <michael@snoyman.com>
Links
Versions
Installation
Dependencies (39)
- array >=0.4
- asn1-data >=0.5.1
- attoparsec >=0.8.0.2
- attoparsec-conduit >=0.5
- base >=4 && <5
- base64-bytestring >=0.1 Show all…
Dependents (416)
@hackage/yesod-auth-fb, @hackage/dataframe, @hackage/cabal-scaffold, @hackage/hermes, @hackage/pokitdok, @hackage/feed-crawl, Show all…
Package Flags
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 conduits. See http://www.yesodweb.com/book/http-conduit for more information.
Network.HTTP.Conduit.Browser module has been moved to http://hackage.haskell.org/package/http-conduit-browser/