Preparing search index...
The search index is not available
mockttp
mockttp
matchers
CookieMatcher
Class CookieMatcher
Hierarchy (
view full
)
Serializable
CookieMatcher
Implements
RequestMatcher
Index
Constructors
constructor
Properties
cookie
type
Methods
dispose
explain
matches
Constructors
constructor
new
Cookie
Matcher
(
cookie
)
:
CookieMatcher
Parameters
cookie
:
{
[
key
:
string
]
:
string
;
}
[
key
:
string
]:
string
Returns
CookieMatcher
Properties
cookie
cookie
:
{
[
key
:
string
]
:
string
;
}
Readonly
type
type
:
"cookie"
= 'cookie'
Methods
dispose
dispose
(
)
:
void
Returns
void
explain
explain
(
)
:
string
Returns
string
matches
matches
(
request
)
:
Promise
<
boolean
>
Parameters
request
:
OngoingRequest
Returns
Promise
<
boolean
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cookie
type
Methods
dispose
explain
matches
mockttp
Loading...