hails-0.1.1: IFC enforcing web platform framework

Safe HaskellTrustworthy

Hails.App

Contents

Synopsis

Documentation

module LIO

type AppReqHandler = HttpReq () -> DCLabeled L -> DC (HttpResp DC)Source

Application handler.

type AppRoute = HttpRoute DC ()Source

Application route.

Info about app and user

getHailsUser :: Action t b DC StringSource

Get the user the app is running on behalf of

getHailsApp :: Action t b DC StringSource

Get the app the app is running on behalf of