Preparing search index...
The search index is not available
mockttp
mockttp
matchers
RawBodyMatcher
Class RawBodyMatcher
Hierarchy (
view full
)
Serializable
RawBodyMatcher
Implements
RequestMatcher
Index
Constructors
constructor
Properties
content
type
Methods
dispose
explain
matches
Constructors
constructor
new
Raw
Body
Matcher
(
content
)
:
RawBodyMatcher
Parameters
content
:
string
Returns
RawBodyMatcher
Properties
content
content
:
string
Readonly
type
type
:
"raw-body"
= 'raw-body'
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
content
type
Methods
dispose
explain
matches
mockttp
Loading...