Portability | non-portable (uses ghc extensions) |
---|---|
Stability | experimental |
Maintainer | ajnsit@gmail.com |
Safe Haskell | None |
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
Access the request data
Access the master datatype
Run the next application in the stack