Safe Haskell | None |
---|---|
Language | Haskell2010 |
Servant.Server.Internal.RoutingApplication
Documentation
type RoutingApplication Source #
Arguments
= Request | the request, the field |
-> (RouteResult Response -> IO ResponseReceived) | |
-> IO ResponseReceived |
servant-server-0.17: A family of combinators for defining webservices APIs and serving them
Safe Haskell | None |
---|---|
Language | Haskell2010 |
Servant.Server.Internal.RoutingApplication
type RoutingApplication Source #
Arguments
= Request | the request, the field |
-> (RouteResult Response -> IO ResponseReceived) | |
-> IO ResponseReceived |