Php/docs/eventhttprequest.addheader
From Get docs
EventHttpRequest::addHeader
(PECL event >= 1.4.0-beta)
EventHttpRequest::addHeader — Adds an HTTP header to the headers of the request
Description
public
EventHttpRequest::addHeader
(
string
$key
,
string
$value
,
int
$type
) : bool
Adds an HTTP header to the headers of the request.
Return Values
Returns TRUE
on success. Otherwise FALSE
.