Description
Provides Servant server support for defining web service APIs and serving them. It connects typed API descriptions to handlers that process requests and return responses.
It is useful for Haskell web services, APIs, internal tools, and backend applications that want type-level API guarantees. It is a developer library and the running service is created by the application using it.