Search
Preparing search index...
The search index is not available
typescript
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"node_modules/@types/tough-cookie/index.d"
MemoryCookieStore
Class MemoryCookieStore
Hierarchy
Store
MemoryCookieStore
Index
Methods
find
Cookie
find
Cookies
get
All
Cookies
put
Cookie
remove
Cookie
remove
Cookies
update
Cookie
Methods
find
Cookie
find
Cookie
(
domain
:
string
, path
:
string
, key
:
string
, cb
:
function
)
:
void
Parameters
domain:
string
path:
string
key:
string
cb:
function
(
err
:
Error
|
null
, cookie
:
Cookie
|
null
)
:
void
Parameters
err:
Error
|
null
cookie:
Cookie
|
null
Returns
void
Returns
void
find
Cookies
find
Cookies
(
domain
:
string
, path
:
string
, cb
:
function
)
:
void
Parameters
domain:
string
path:
string
cb:
function
(
err
:
Error
|
null
, cookie
:
Cookie
[]
)
:
void
Parameters
err:
Error
|
null
cookie:
Cookie
[]
Returns
void
Returns
void
get
All
Cookies
get
All
Cookies
(
cb
:
function
)
:
void
Parameters
cb:
function
(
err
:
Error
|
null
, cookie
:
Cookie
[]
)
:
void
Parameters
err:
Error
|
null
cookie:
Cookie
[]
Returns
void
Returns
void
put
Cookie
put
Cookie
(
cookie
:
Cookie
, cb
:
function
)
:
void
Parameters
cookie:
Cookie
cb:
function
(
err
:
Error
|
null
)
:
void
Parameters
err:
Error
|
null
Returns
void
Returns
void
remove
Cookie
remove
Cookie
(
domain
:
string
, path
:
string
, key
:
string
, cb
:
function
)
:
void
Parameters
domain:
string
path:
string
key:
string
cb:
function
(
err
:
Error
|
null
)
:
void
Parameters
err:
Error
|
null
Returns
void
Returns
void
remove
Cookies
remove
Cookies
(
domain
:
string
, path
:
string
, cb
:
function
)
:
void
Parameters
domain:
string
path:
string
cb:
function
(
err
:
Error
|
null
)
:
void
Parameters
err:
Error
|
null
Returns
void
Returns
void
update
Cookie
update
Cookie
(
oldCookie
:
Cookie
, newCookie
:
Cookie
, cb
:
function
)
:
void
Parameters
oldCookie:
Cookie
newCookie:
Cookie
cb:
function
(
err
:
Error
|
null
)
:
void
Parameters
err:
Error
|
null
Returns
void
Returns
void
Globals
"node_
modules/@types/tough-
cookie/index.d"
Cookie
Cookie
Jar
Memory
Cookie
Store
find
Cookie
find
Cookies
get
All
Cookies
put
Cookie
remove
Cookie
remove
Cookies
update
Cookie
Store
canonical
Domain
cookie
Compare
default
Path
domain
Match
format
Date
fromJSON
get
Public
Suffix
parse
Date
path
Match
permute
Domain
permute
Path
Generated using
TypeDoc