scotty-format-0.1.0.2: Response format helper for the Scotty web framework.

Safe HaskellNone
LanguageHaskell2010

Web.Scotty.Format.Trans

Documentation

respondTo :: (ScottyError e, Monad m) => ResponseFormat e m () -> ActionT e m () Source

formatHtml :: (ScottyError e, Monad m) => ActionT e m () -> ResponseFormat e m () Source

formatText :: (ScottyError e, Monad m) => ActionT e m () -> ResponseFormat e m () Source

formatJson :: (ScottyError e, Monad m) => ActionT e m () -> ResponseFormat e m () Source

format :: (ScottyError e, Monad m) => MediaType -> ActionT e m () -> ResponseFormat e m () Source