http-conduit

HTTP client package with conduit interface and HTTPS support.

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

Version on this page:2.1.9
LTS Haskell 22.18:2.3.8.3
Stackage Nightly 2024-04-25: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.9@sha256:b80895faad9c3ce22b18fcc8da26cb680a5da1d577dec1ffc109ba5b24349394,2862

Module documentation for 2.1.9

Make HTTP requests using the conduit library for a streaming interface.

Changes

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