Description
Provides an HTTP client interface built around Haskell conduits, with support for HTTPS. It helps applications stream request and response data without loading everything into memory at once.
Use it when Haskell code needs to call web APIs, download data, or process large HTTP responses through conduit pipelines. It is a programming library, not a desktop web client.