http-conduit: HTTP client package with conduit interface and HTTPS support.

[ bsd3, conduit, library, web ] [ Propose Tags ]

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/


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0, 1.0.0.1, 1.1.0, 1.1.0.1, 1.1.1, 1.1.2.2, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 1.3.0, 1.3.0.1, 1.4.0, 1.4.0.1, 1.4.0.2, 1.4.1, 1.4.1.1, 1.4.1.2, 1.4.1.3, 1.4.1.4, 1.4.1.5, 1.4.1.6, 1.4.1.7, 1.4.1.8, 1.4.1.9, 1.4.1.10, 1.5.0, 1.5.0.1, 1.5.0.2, 1.5.0.3, 1.6.0, 1.6.0.1, 1.6.0.2, 1.6.0.3, 1.6.0.4, 1.6.1, 1.6.1.1, 1.6.1.2, 1.7.0, 1.8.0, 1.8.1, 1.8.2, 1.8.2.1, 1.8.3, 1.8.4, 1.8.4.1, 1.8.4.2, 1.8.4.3, 1.8.4.4, 1.8.4.5, 1.8.5, 1.8.5.1, 1.8.5.2, 1.8.6, 1.8.6.1, 1.8.6.2, 1.8.6.3, 1.8.7, 1.8.7.1, 1.8.8, 1.8.9, 1.9.0, 1.9.1, 1.9.2, 1.9.2.1, 1.9.2.2, 1.9.3, 1.9.4, 1.9.4.1, 1.9.4.2, 1.9.4.3, 1.9.4.4, 1.9.4.5, 1.9.5, 1.9.5.1, 1.9.5.2, 1.9.5.3, 1.9.6, 2.0.0, 2.0.0.1, 2.0.0.2, 2.0.0.3, 2.0.0.4, 2.0.0.5, 2.0.0.6, 2.0.0.7, 2.0.0.8, 2.0.0.9, 2.0.0.10, 2.1.0, 2.1.1, 2.1.2, 2.1.2.1, 2.1.2.2, 2.1.2.3, 2.1.3, 2.1.4, 2.1.4.1, 2.1.4.2, 2.1.4.3, 2.1.4.4, 2.1.4.5, 2.1.4.7, 2.1.5, 2.1.5.1, 2.1.6, 2.1.7, 2.1.7.1, 2.1.7.2, 2.1.8, 2.1.9, 2.1.10, 2.1.10.1, 2.1.11, 2.2.0, 2.2.0.1, 2.2.1, 2.2.2, 2.2.2.1, 2.2.3, 2.2.3.1, 2.2.3.2, 2.2.4, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.3.5, 2.3.6, 2.3.6.1, 2.3.7, 2.3.7.1, 2.3.7.2, 2.3.7.3, 2.3.7.4, 2.3.8, 2.3.8.1, 2.3.8.2, 2.3.8.3
Change log ChangeLog.md
Dependencies base (>=4 && <5), bytestring (>=0.9.1.4), conduit (>=0.5.5 && <1.3), http-client (>=0.4.19 && <0.5), http-client-tls (>=0.2.2), http-types (>=0.7), lifted-base (>=0.1), monad-control, mtl, resourcet (>=1.1 && <1.2), transformers (>=0.2) [details]
License BSD-3-Clause
Author Michael Snoyman <michael@snoyman.com>
Maintainer Michael Snoyman <michael@snoyman.com>
Revised Revision 2 made by MichaelSnoyman at 2015-12-30T06:54:06Z
Category Web, Conduit
Home page http://www.yesodweb.com/book/http-conduit
Source repo head: git clone git://github.com/snoyberg/http-client.git
Uploaded by MichaelSnoyman at 2015-08-10T16:05:20Z
Distributions Arch:2.3.8.3, Debian:2.3.7.3, Fedora:2.3.8.1, FreeBSD:2.1.8, LTSHaskell:2.3.8.3, NixOS:2.3.8.3, Stackage:2.3.8.3, openSUSE:2.3.8.3
Reverse Dependencies 318 direct, 944 indirect [details]
Downloads 284491 total (520 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-08-10 [all 1 reports]

Readme for http-conduit-2.1.8

[back to package description]

Make HTTP requests using the conduit library for a streaming interface.