apiary-clientsession-0.8.0.0: clientsession support for apiary web framework.

Safe HaskellNone

Web.Apiary.ClientSession

Contents

Synopsis

Documentation

type HasSession = Given SessionSource

setter

setSessionSource

Arguments

:: (MonadIO m, HasSession) 
=> ByteString

key

-> ByteString

value

-> ActionT m () 

setSessionWithSource

Arguments

:: (MonadIO m, HasSession) 
=> (SetCookie -> SetCookie)

postprocess

-> ByteString

key

-> ByteString

value

-> ActionT m () 

filter

session :: (Strategy w, Query a, HasSession, Monad n, Functor n) => ByteString -> Proxy (w a) -> ApiaryT (SNext w as a) n m b -> ApiaryT as n m bSource

Reexport

def