growler-0.3.2: A revised version of the scotty library that attempts to be simpler and more performant.

Safe HaskellNone
LanguageHaskell2010

Web.Growler.Handler

Documentation

json :: Monad m => ToJSON a => a -> HandlerT m () Source

text :: Monad m => Text -> HandlerT m () Source

html :: Monad m => Text -> HandlerT m () Source

liftAround :: Monad m => (forall a. m a -> m a) -> HandlerT m a -> HandlerT m a Source