http-conduit

HTTP client package with conduit interface and HTTPS support.

http://www.yesodweb.com/book/http-conduit

Version on this page:2.1.5@rev:1
LTS Haskell 22.14:2.3.8.3
Stackage Nightly 2024-03-28:2.3.8.3
Latest on Hackage:2.3.8.3

See all snapshots http-conduit appears in

BSD-3-Clause licensed and maintained by Michael Snoyman
This version can be pinned in stack with:http-conduit-2.1.5@sha256:0f535cbb34d4a3614910c50c148e7ff93ebfa2b51976844e43e7c039b9cced65,2791

Module documentation for 2.1.5

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/