Safe Haskell | None |
---|---|
Language | Haskell2010 |
Types
Combine all of the various individual service APIs into a single API type.
Servant / WAI functions
app :: Config -> Application Source #
A WAI Application
which runs the service, using the
given Config
.