EventHttpRequest::findHeader
PHP function
Edit on GitHub ✎
(PECL event >= 1.4.0-beta)
Finds the value belonging to a header
Description
EventHttpRequest::findHeader(string $key, string $type): void
Finds the value belonging to a header.
Parameters
keyThe header name.
type
Return Values
Returns null if header not found.
See Also
EventHttpRequest::addHeader