Safe Haskell | None |
---|
- createSessionManager :: ScottyM (ScottySM a)
- modifySession :: ScottySM a -> (Maybe a -> Maybe a) -> ActionM ()
- readSession :: ScottySM a -> ActionM (Maybe a)
- data ScottySM a
Documentation
createSessionManager :: ScottyM (ScottySM a)Source
Create a new session manager
modifySession :: ScottySM a -> (Maybe a -> Maybe a) -> ActionM ()Source
Modify the current users session
readSession :: ScottySM a -> ActionM (Maybe a)Source
Read the current users session