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.1@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.1@sha256:cdb1774981302f416fe1c9fc31e1a66e0ee888bbd3ea714911380650e8820810,2793

Module documentation for 2.1.5.1

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/