Description
Provides the core engine used by Haskell programs to make HTTP requests. It handles the lower-level request and response work that higher-level libraries and applications build on.
Choose it when developing Haskell software that needs reliable web access or when another Haskell package requires it. It is a library dependency, not an end-user web client.