Preparing search index...
The search index is not available
mockttp
mockttp
matchers
FormDataMatcher
Class FormDataMatcher
Hierarchy (
view full
)
Serializable
FormDataMatcher
Implements
RequestMatcher
Index
Constructors
constructor
Properties
form
Data
type
Methods
dispose
explain
matches
Constructors
constructor
new
Form
Data
Matcher
(
formData
)
:
FormDataMatcher
Parameters
formData
:
{
[
key
:
string
]
:
string
;
}
[
key
:
string
]:
string
Returns
FormDataMatcher
Properties
form
Data
form
Data
:
{
[
key
:
string
]
:
string
;
}
Readonly
type
type
:
"form-data"
= 'form-data'
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
form
Data
type
Methods
dispose
explain
matches
mockttp
Loading...