apiary-0.2.0.0: Simple web framework inspired by scotty.

Safe HaskellNone
LanguageHaskell2010

Control.Monad.Apiary

Contents

Synopsis

Documentation

data ApiaryT c m a Source

Instances

type Apiary c = ApiaryT c IO Source

runApiaryT :: ApiaryConfig -> (forall b. t b -> IO b) -> ApiaryT () t a -> Application Source

getter

execute action

action :: (c -> ActionT m ()) -> ApiaryT c m () Source

action_ :: ActionT m () -> ApiaryT c m () Source

Reexport