MFlow-0.4.5.4: stateful, RESTful web framework

Safe HaskellNone

MFlow.Wai.Blaze.Html.All

Description

 

Synopsis

Documentation

module MFlow

runNavigation :: String -> FlowM Html (Workflow IO) () -> IO ()Source

run a persistent flow. It uses getPort to get the port The first parameter is the first element in the URL path. It also set the home page

runSecureNavigation :: String -> FlowM Html (Workflow IO) () -> IO ()Source

Exactly the same as runNavigation, but with TLS added. Expects certificate.pem and key.pem in project directory.