Class Header
- oroboros\core\abstracts\utilities\http\AbstractHeader implements oroboros\core\interfaces\contract\utilities\http\HeaderContract uses oroboros\core\traits\utilities\http\HeaderTrait
-
oroboros\core\utilities\http\Header
Final
Namespace: oroboros\core\utilities\http
Package: oroboros\core\http
Category: concrete-classes
Author: Brian Dayhoff brian@mopsyd.me
Version: 0.2.4
Since: 0.2.4-alpha
Located at core/utilities/http/Header.php
Namespace: oroboros\core\utilities\http
Package: oroboros\core\http
Category: concrete-classes
Author: Brian Dayhoff brian@mopsyd.me
Version: 0.2.4
Since: 0.2.4-alpha
Located at core/utilities/http/Header.php
Methods summary
Methods inherited from oroboros\core\interfaces\contract\utilities\http\HeaderContract
__construct(),
__toString(),
appendValue(),
getName(),
getValue(),
getValueString(),
send(),
setValue()
Methods used from oroboros\core\traits\utilities\http\HeaderTrait
__construct(),
__toString(),
_appendAdditionalHeaderValue(),
_checkHeaderCustom(),
_getValidHeaders(),
_initializeHeader(),
_setHeaderName(),
_setHeaderSeparator(),
_setHeaderType(),
_setHeaderValue(),
_validateHeaderName(),
_validateHeaderSeparator(),
_validateHeaderType(),
_validateHeaderValue(),
appendValue(),
getName(),
getValue(),
getValueString(),
send(),
setValue()