Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
handleNotFound :: Project -> Request -> (Response -> IO ResponseReceived) -> NotFoundException -> IO ResponseReceived Source #
handleMethodNotAllowed :: Project -> Request -> (Response -> IO ResponseReceived) -> MethodNotAllowedException -> IO ResponseReceived Source #
handle404 :: Project -> Application Source #
handle405 :: Project -> Application Source #
handle500 :: SomeException -> Project -> Application Source #