Module

Conveyor

Package
purescript-conveyor
Repository
oreshinya/purescript-conveyor

#run Source

run :: forall s e. Servable Unit (http :: HTTP | e) s => ListenOptions -> s -> Eff (http :: HTTP | e) Unit

#runWithContext Source

runWithContext :: forall s e c. Servable c (http :: HTTP | e) s => ListenOptions -> c -> s -> Eff (http :: HTTP | e) Unit