pock

HeaderLineMatcher
in package
implements RequestMatcherInterface

Compares a header's unparsed comma-separated line.

Tags
category

HeaderLineMatcher

Table of Contents

Interfaces

RequestMatcherInterface
Contract for reusable request matching rules registered through PockBuilder::addMatcher().

Methods

__construct()  : mixed
HeaderLineMatcher constructor.
matches()  : bool
Return true when the request satisfies this rule.

Methods

__construct()

HeaderLineMatcher constructor.

public __construct(string $header, string $value) : mixed
Parameters
$header : string
$value : string

matches()

Return true when the request satisfies this rule.

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

Search results