scotty-utils-0.1.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) => Text -> a -> ActionT e m () Source #

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

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