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]

Flags

Manual Flags

NameDescriptionDefault
aeson

Enable the dependency on aeson

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

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), attoparsec, attoparsec-aeson (>=2.1), base (>=4.10 && <5), bytestring (>=0.9.1.4), conduit (>=1.2), conduit-extra (>=1.1), http-client (>=0.5.13 && <0.8), http-client-tls (>=0.3 && <0.4), http-types (>=0.7), mtl, resourcet (>=1.1), transformers (>=0.2), unliftio-core, void (>=0.5.5) [details]
License BSD-3-Clause
Author Michael Snoyman <michael@snoyman.com>
Maintainer Michael Snoyman <michael@snoyman.com>
Category Web, Conduit
Home page https://github.com/snoyberg/http-client
Source repo head: git clone git://github.com/snoyberg/http-client.git
Uploaded by MichaelSnoyman at 2023-07-17T11:48:12Z
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 uploaded by user
Build status unknown [no reports yet]

Readme for http-conduit-2.3.8.3

[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://github.com/snoyberg/http-client/blob/master/TUTORIAL.md

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