hails-0.1.1: IFC enforcing web platform framework
Hails.TCB.Types
Synopsis
type AppName = StringSource
Application name
data AppConf Source
Application configuration.
Constructors
Fields
User the app is running on behalf of
The app's name
The app's privileges.
The request message
type AppReqHandler = HttpReq () -> DCLabeled L -> DC (HttpResp DC)Source
Application handler.
type AppRoute = HttpRoute DC ()Source
Application route.