api-maker-0.1.0.6: Package to make APIs
Safe HaskellNone
LanguageHaskell2010

Network.HTTP.ApiMaker.SessionState

Synopsis

Documentation

class SessionState st where Source #

Session state contract.

Instances

Instances details
SessionState Session Source #

Simple session state implemention.

Instance details

Defined in Network.HTTP.ApiMaker.SessionState

data Session Source #

Simple session state. This probably is sufficient for the day-to-day use.

emptySession :: Session Source #

Empty session state.