apiary-0.7.0.0: Simple web framework inspired by scotty.

Safe HaskellNone

Control.Monad.Apiary

Contents

Synopsis

Documentation

getter

execute action

action :: Fn c (Action ()) -> Apiary c ()Source

actionWithPreAction :: (SList xs -> Action a) -> Fn xs (Action ()) -> Apiary xs ()Source

execute action before main action. since v0.4.2.0