apiary-0.11.3: Simple web framework inspired by scotty.

Safe HaskellNone

Web.Apiary

Contents

Synopsis

Documentation

act :: QuasiQuoterSource

shortcut action. since 0.6.0.0.

 [act|200 .html|] == [act|200 text/html|] ==
 action $ \arguments -> do
     status 200
     contentType text/html

reexports

MonadIO

MonadPlus(..), msum, mfilter, guard