Description
Provides common Haskell types for HTTP concepts used in both client and server code. These include pieces such as methods, status codes, headers, query data, and versions.
Many Haskell web packages depend on it so they can agree on the same representation of HTTP data. It is a foundational library and has no application launcher.