Hoogle Search
Within LTS Haskell 24.15 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
scotty Web.Scotty.Trans.Strict Turn a scotty application into a WAI Application, which can be run with any WAI handler. NB: scottyApp === scottyAppT id
-
scotty Web.Scotty.Trans.Strict Run a scotty application using the warp server, passing extra options. NB: scottyOpts opts === scottyOptsT opts id
-
scotty Web.Scotty.Trans.Strict Run a scotty application using the warp server, passing extra options, and listening on the provided socket. NB: scottySocket opts sock === scottySocketT opts sock id
scottyT :: (Monad m, MonadIO n) => Port -> (m Response -> IO Response) -> ScottyT m () -> n ()scotty Web.Scotty.Trans.Strict Run a scotty application using the warp server. NB: scotty p === scottyT p id
-
scotty Web.Scotty Thrown e.g. when a request is too large
-
scotty Web.Scotty No documentation available.
data
ScottyState (m :: Type -> Type)scotty Web.Scotty No documentation available.
-
scotty Web.Scotty.Internal.Types Thrown e.g. when a request is too large
-
scotty Web.Scotty.Internal.Types No documentation available.
data
ScottyState (m :: Type -> Type)scotty Web.Scotty.Internal.Types No documentation available.