http-conduit

HTTP client package with conduit interface and HTTPS support.

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

Version on this page:2.1.10.1
LTS Haskell 22.14:2.3.8.3
Stackage Nightly 2024-03-29: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.10.1@sha256:291903463f7a2d9791c466495d6e2d782680c2b0d401978f9a21a7fb65ace8c2,2904

Module documentation for 2.1.10.1

http-conduit

Full tutorial docs are available at: https://github.com/commercialhaskell/jump/blob/master/doc/http-client.md

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

Changes

2.1.10.1

  • Fix mistaken @since comments

2.1.10

  • Add the Network.HTTP.Simple module

2.1.9

  • cabal file cleanup

2.1.8

  • Move HasHttpManager from http-conduit to http-client #147

2.1.7

  • Deprecate conduitManagerSettings, re-export tlsManagerSettings #136 #137

2.1.6

  • Deprecate withManager and withManagerSettings