pock

BodyMatcher
in package
implements RequestMatcherInterface Uses SeekableStreamDataExtractor

Class BodyMatcher

Tags
category

BodyMatcher

Interfaces, Classes, Traits and Enums

RequestMatcherInterface
Interface RequestMatcherInterface

Table of Contents

__construct()  : mixed
BodyMatcher constructor.
matches()  : bool
Returns true if request is matched by this matcher.

Methods

__construct()

BodyMatcher constructor.

public __construct(StreamInterface|resource|string $contents) : mixed
Parameters
$contents : StreamInterface|resource|string
Return values
mixed

matches()

Returns true if request is matched by this matcher.

public matches(RequestInterface $request) : bool
Parameters
$request : RequestInterface
Tags
inheritDoc
Return values
bool

Search results