Class Headers
HTTP Headers
This class is an abstraction of the HTTP response headers and provides array access to the header list while automatically stores and retrieves headers with lowercase canonical keys regardless of the input format.
This class also implements the Iterator and
Countable interfaces for even more convenient usage.
- Slim\Http\Headers implements ArrayAccess, Iterator, Countable
Namespace: Slim\Http
Package: Slim
Author: Josh Lockhart
Since: 1.6.0
Located at thirdparty/Slim/Http/Headers.php
Package: Slim
Author: Josh Lockhart
Since: 1.6.0
Located at thirdparty/Slim/Http/Headers.php
public
|
|
public
|
|
protected
string
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
protected
array
|
$headers | |
#
HTTP headers |
protected
array
|
$map | |
#
Map canonical header name to original header name |