Insomnia-Script-SDK-Docs
Preparing search index...
CookieOptions
Interface CookieOptions
interface
CookieOptions
{
creation
?:
Date
;
creationIndex
?:
number
;
domain
?:
string
;
expires
?:
null
|
string
|
Date
;
extensions
?:
{
key
:
string
;
value
:
string
}
[]
;
hostOnly
?:
boolean
;
httpOnly
?:
boolean
;
id
?:
string
;
key
:
string
;
lastAccessed
?:
Date
;
maxAge
?:
number
|
"Infinity"
|
"-Infinity"
;
path
?:
string
;
pathIsDefault
?:
boolean
;
secure
?:
boolean
;
session
?:
boolean
;
value
:
string
;
}
Hierarchy (
View Summary
)
InsomniaCookieExtensions
CookieOptions
Index
Properties
creation?
creation
Index?
domain?
expires?
extensions?
host
Only?
http
Only?
id?
key
last
Accessed?
max
Age?
path?
path
Is
Default?
secure?
session?
value
Properties
Optional
creation
creation
?:
Date
Optional
creation
Index
creationIndex
?:
number
Optional
domain
domain
?:
string
Optional
expires
expires
?:
null
|
string
|
Date
Optional
extensions
extensions
?:
{
key
:
string
;
value
:
string
}
[]
Optional
host
Only
hostOnly
?:
boolean
Optional
http
Only
httpOnly
?:
boolean
Optional
id
id
?:
string
key
key
:
string
Optional
last
Accessed
lastAccessed
?:
Date
Optional
max
Age
maxAge
?:
number
|
"Infinity"
|
"-Infinity"
Optional
path
path
?:
string
Optional
path
Is
Default
pathIsDefault
?:
boolean
Optional
secure
secure
?:
boolean
Optional
session
session
?:
boolean
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
creation
creation
Index
domain
expires
extensions
host
Only
http
Only
id
key
last
Accessed
max
Age
path
path
Is
Default
secure
session
value
Insomnia-Script-SDK-Docs
Loading...