@hackage http-conduit2.1.5
HTTP client package with conduit interface and HTTPS support.
Categories
License
BSD-3-Clause
Maintainer
Michael Snoyman <michael@snoyman.com>
Links
Versions
Installation
Dependencies (11)
- base >=4 && <5
- bytestring >=0.9.1.4
- conduit >=0.5.5 && <1.3
- http-client >=0.4.3 && <0.4.19
- http-client-tls >=0.2.2
- http-types >=0.7 Show all…
Dependents (416)
@hackage/yesod-auth-fb, @hackage/dataframe, @hackage/cabal-scaffold, @hackage/hermes, @hackage/pokitdok, @hackage/feed-crawl, Show all…
This package uses conduit for parsing the actual contents of the HTTP connection. It also provides higher-level functions which allow you to avoid directly dealing with streaming data. See http://www.yesodweb.com/book/http-conduit for more information.
The Network.HTTP.Conduit.Browser module has been moved to http://hackage.haskell.org/package/http-conduit-browser/