Open Journal Systems
3.3.0
|
Public Member Functions | |
createHeader ($header, $value=null) | |
Interface for creating headers
Definition at line 8 of file HeaderFactoryInterface.php.
Guzzle\Http\Message\Header\HeaderFactoryInterface::createHeader | ( | $header, | |
$value = null |
|||
) |
Create a header from a header name and a single value
string | $header | Name of the header to create |
string | $value | Value to set on the header |
Implemented in Guzzle\Http\Message\Header\HeaderFactory.