Description
Provides the core Servant combinators for defining web service APIs in Haskell. Servant represents routes, parameters, request bodies, responses, and content types at the type level.
It is useful for strongly typed APIs where server, client, and documentation can share the same API description. It is a developer library and does not run a service by itself.