Description
Provides client-side HTTP support for Haskell programs. It lets applications make web requests, receive responses, and communicate with services over the standard HTTP protocol.
Use it when Haskell code needs to download data, call APIs, or talk to web services. It is a programming library and does not add a standalone download manager or browser.