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
ard
env
os
prudence
scriptlet
transcribe
util
Interfaces
Bytes
Header
Logger
Message
Rest
Context
Rest
Request
Rest
Response
Writer
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
:
string
;
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
:
string
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
ard
env
os
prudence
scriptlet
transcribe
util
Bytes
Header
Logger
Message
Rest
Context
Rest
Request
Rest
Response
Writer
Cookie
Cookie
Config
bind
Generated using
TypeDoc