scotty-utils-0.2.0.0: Scotty utils library
Safe HaskellNone
LanguageHaskell2010

Web.Scotty.Utils

Documentation

err :: (ScottyError e, Monad m) => Status -> String -> ActionT e m () Source #

ok :: (ToJSON a, ScottyError e, Monad m) => Key -> a -> ActionT e m () Source #

okListResult :: (ToJSON a, ScottyError e, Monad m) => Key -> List a -> ActionT e m () Source #

safeParam :: (Parsable a, ScottyError e, Monad m) => Text -> a -> ActionT e m a Source #