| Portability | non-portable (uses ghc extensions) |
|---|---|
| Stability | experimental |
| Maintainer | ajnsit@gmail.com |
| Safe Haskell | None |
Network.Wai.Middleware.Routes.Handler
Description
Provides a HandlerM Monad that makes it easy to build Handlers
Documentation
The HandlerM Monad
A Monad that makes it easier to build a Handler
Run a HandlerM to get a Handler
liftResourceT :: ResourceT IO a -> HandlerM master aSource
Lift a ResourceT into HandlerM
Lift a ResourceT into HandlerM
Access the request data
Access the master datatype
Run the next application in the stack