BearFramework\App\Request\Headers::make

Constructs a new header and returns it.
public BearFramework\App\Request\Header make ( [ string|null $name [, string|null $value ]] )
Parameters
name
The name of the header.
value
The value of the header.
Returns
Returns a new header.
Details
Location: ~/src/App/Request/Headers.php
The information on this page is created for version 1.1 of Bear Framework and may not be applicable for other versions of the framework.