Search
Preparing search index...
The search index is not available
Prudence JavaScript and TypeScript APIs
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Prudence JavaScript and TypeScript APIs
Index
Namespaces
prudence
Interfaces
Context
Context
Request
Context
Response
Header
Logger
Type aliases
Cookie
Cookie
Config
Functions
bind
Type aliases
Cookie
Cookie
:
{
domain
:
string
;
expires
:
any
;
httpOnly
:
boolean
;
maxAge
:
number
;
name
:
string
;
path
:
string
;
raw
:
string
;
sameSite
:
number
;
secure
:
boolean
;
unparsed
:
string
[]
;
value
:
string
}
Type declaration
domain
:
string
expires
:
any
http
Only
:
boolean
max
Age
:
number
name
:
string
path
:
string
raw
:
string
same
Site
:
number
secure
:
boolean
unparsed
:
string
[]
value
:
string
Cookie
Config
Cookie
Config
:
{
domain
?:
string
;
expires
?:
number
;
httpOnly
?:
boolean
;
maxAge
?:
number
;
name
:
string
;
path
?:
string
;
sameSite
?:
string
;
secure
?:
boolean
;
value
:
string
}
Type declaration
Optional
domain
?:
string
Optional
expires
?:
number
Optional
http
Only
?:
boolean
Optional
max
Age
?:
number
name
:
string
Optional
path
?:
string
Optional
same
Site
?:
string
Optional
secure
?:
boolean
value
:
string
Functions
bind
bind
(
id
:
string
, name
?:
string
)
:
any
Parameters
id:
string
Optional
name:
string
Returns
any
Exports
prudence
Context
Context
Request
Context
Response
Header
Logger
Cookie
Cookie
Config
bind
Generated using
TypeDoc