Documentation
module Hascat.Config
type InitHandler a = AppConfig -> IO aSource
type RespondHandler a = AppConfig -> a -> ServletRequest -> IO (Response ByteString)Source
type DoneHandler a = AppConfig -> a -> IO ()Source
Handlers | |
|
data SystemHandler a Source