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

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

Hackage documentation generation is not reliable. For up to date documentation, please see: http://www.stackage.org/package/http-conduit.


[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 aeson (>=0.8 && <2.2), base (>=4 && <5), bytestring (>=0.9.1.4), conduit (>=0.5.5 && <1.3), conduit-extra (>=1.1.5), exceptions (>=0.6), http-client (>=0.5 && <0.6), http-client-tls (>=0.3 && <0.4), 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 1 made by jack at 2023-07-17T23:02:31Z
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 2017-02-26T14:41:38Z
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 2017-02-26 [all 1 reports]

Readme for http-conduit-2.2.3.1

[back to package description]

http-conduit

Provides for making efficient HTTP/HTTPS requests, providing either a simple or streaming interface.

Full tutorial docs are available at: https://haskell-lang.org/library/http-client

The Network.HTTP.Conduit.Browser module has been moved to http://hackage.haskell.org/package/http-conduit-browser/