Description
Provides shared Haskell types used by HTTP client and server libraries. Keeping these types in one place helps different packages exchange request, response, header, and status information consistently.
It is useful for developers building web-related Haskell software or libraries that need to interoperate with other HTTP code. It is a library dependency and does not add a standalone program.