Class Headers
HTTP Headers.
$headers = new Docolight\Http\Headers; $headers->set('My-Header-Index', 'My header value');
- Docolight\Support\Set implements ArrayAccess, Countable, IteratorAggregate
- Docolight\Http\Headers
Namespace: Docolight\Http
Author: Krisan Alfa Timur krisanalfa@docotel.co.id
Located at Docolight/Http/Headers.php
Author: Krisan Alfa Timur krisanalfa@docotel.co.id
Located at Docolight/Http/Headers.php
Methods summary
public static
array
|
|
protected
string
|
Methods inherited from Docolight\Support\Set
__construct()
,
__get()
,
__isset()
,
__set()
,
__unset()
,
all()
,
clear()
,
count()
,
get()
,
getIterator()
,
has()
,
keys()
,
offsetExists()
,
offsetGet()
,
offsetSet()
,
offsetUnset()
,
protect()
,
remove()
,
replace()
,
set()
,
singleton()
Properties summary
protected static
array
|
$special
Special-case HTTP headers that are otherwise unidentifiable as HTTP headers.
Typically, HTTP headers in the $_SERVER array will be prefixed with
|
#
array(
'CONTENT_TYPE',
'CONTENT_LENGTH',
'PHP_AUTH_USER',
'PHP_AUTH_PW',
'PHP_AUTH_DIGEST',
'AUTH_TYPE',
)
|