Class AbstractResponse
- oroboros\core\abstracts\libraries\response\AbstractResponse implements oroboros\core\interfaces\contract\libraries\response\ResponseContract uses oroboros\core\traits\libraries\response\ResponseTrait
Direct known subclasses
Namespace: oroboros\core\abstracts\libraries\response
Package: oroboros\core\psr7
Category: abstracts
Author: Brian Dayhoff mopsyd@me.com
Version: 0.2.4
Since: 0.2.4-alpha
Located at core/abstracts/libraries/response/AbstractResponse.php
Methods summary
Methods inherited from oroboros\core\interfaces\contract\libraries\response\ResponseContract
__construct(),
getReasonPhrase(),
getStatusCode(),
withStatus()
Methods inherited from oroboros\core\interfaces\contract\libraries\stream\StreamContract
__destruct(),
__toString(),
close(),
detach(),
eof(),
getContents(),
getMetadata(),
getSize(),
isReadable(),
isSeekable(),
isWritable(),
read(),
rewind(),
seek(),
tell(),
write()
Methods inherited from oroboros\core\interfaces\contract\libraries\stream\MessageContract
getBody(),
getHeader(),
getHeaderLine(),
getHeaders(),
getProtocolVersion(),
hasHeader(),
withAddedHeader(),
withBody(),
withHeader(),
withProtocolVersion(),
withoutHeader()
Methods used from oroboros\core\traits\libraries\response\ResponseTrait
__construct(),
_getMessageValues(),
_getResponseStatusCodeObject(),
_initializeResponse(),
_instantiateMessageNewInstance(),
_setResponseCode(),
_setResponseReason(),
getReasonPhrase(),
getStatusCode(),
withStatus()
Constants summary
string |
CLASS_TYPE
|
#
\oroboros\core\interfaces\api\ClassTypeApi::CLASS_TYPE_LIBRARY
|
string |
CLASS_SCOPE
|
#
\oroboros\core\interfaces\api\ClassScopeApi::CLASS_SCOPE_RESPONSE
|
string |
API
|
#
'\\oroboros\\core\\interfaces\\api\\psr\\Psr7Api'
|