Docs
Addons
Community
News
Documentation
/
API
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
BearFramework\App\Request\Headers
Location: ~/src/App/Request/Headers.php
back to index
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.