apiary-0.17.0: Simple and type safe web framework that can be automatically generate API documentation.

Safe HaskellNone
LanguageHaskell2010

Web.Apiary

Contents

Synopsis

Documentation

Strategy Proxies

Method(..)

Has, Extensions, Initializer, Initializer', (+>)

act :: QuasiQuoter Source

Deprecated: no longer maintained

shortcut action. since 0.6.0.0.

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

reexports

def

MonadIO

MonadPlus(..), msum, mfilter, guard, (>=>)

FilePart(..), Application

Html