Module
Node.Express.Types
- Package
- purescript-express
- Repository
- nkly/purescript-express
#Application Source
data Application :: Type
#CookieOptions Source
newtype CookieOptions
Cookie options
- maxAge -- time in msecs
- signed -- use secret to sign if true
- path -- cookie path
Constructors
CookieOptions { maxAge :: Int, path :: String, signed :: Boolean }