Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

HttpConduit – HTTP + Conduit Integration

Lean: Hale.HttpConduit | Haskell: http-conduit

Conduit integration for HTTP client and simple high-level HTTP API.

API

FunctionDescription
httpSourceStream response body as conduit source
parseUrlParse URL string (http:// and https://)

Files

  • Hale/HttpConduit/Network/HTTP/Client/Conduit.lean – Conduit bridge
  • Hale/HttpConduit/Network/HTTP/Simple.lean – Simple one-shot API