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

Safe HaskellNone

Web.Apiary.ClientSession

Contents

Synopsis

Documentation

type HasSession = [webApiaryClientSessionSession :: Session]Source

setter

setSessionSource

Arguments

:: HasSession 
=> ByteString

key

-> ByteString

value

-> Action () 

setSessionWithSource

Arguments

:: HasSession 
=> (SetCookie -> SetCookie)

postprocess

-> ByteString

key

-> ByteString

value

-> Action () 

filter

session :: (Strategy w, Query a, HasSession) => ByteString -> Proxy (w a) -> Apiary (SNext w as a) b -> Apiary as bSource

Reexport

def