Description
Converts Haskell values to and from common pieces of HTTP APIs, such as URL path segments, headers, query parameters, and request data. This reduces repeated parsing and formatting code in web applications.
It is useful for developers building typed Haskell APIs or clients. It works behind the scenes in application code and does not provide a separate user interface.