Class ServerRequest
- oroboros\core\abstracts\libraries\request\AbstractServerRequest implements oroboros\core\interfaces\contract\libraries\request\ServerRequestContract uses oroboros\core\traits\libraries\request\ServerRequestTrait
-
oroboros\core\libraries\request\ServerRequest
implements
oroboros\core\interfaces\api\psr\Psr7Api
Namespace: oroboros\core\libraries\request
Package: oroboros\core\psr7
Category: concrete-classes
Author: Brian Dayhoff brian@mopsyd.me
Version: 0.2.4-alpha
Since: 0.2.4-alpha
Located at core/libraries/request/ServerRequest.php
Methods summary
Methods inherited from oroboros\core\interfaces\contract\libraries\request\RequestContract
__construct(),
getMethod(),
getRequestTarget(),
getUri(),
withMethod(),
withRequestTarget(),
withUri()
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 inherited from oroboros\core\interfaces\contract\libraries\request\ServerRequestContract
create(),
fromGlobals(),
getAttribute(),
getAttributes(),
getCookieParams(),
getParsedBody(),
getQueryParams(),
getServerParams(),
getUploadedFiles(),
withAttribute(),
withCookieParams(),
withParsedBody(),
withQueryParams(),
withUploadedFiles(),
withoutAttribute()
Methods used from oroboros\core\traits\libraries\request\ServerRequestTrait
__construct(),
_getMessageValues(),
_getServerRequestBodyValue(),
_getServerRequestHeadersValue(),
_getServerRequestHostValue(),
_getServerRequestMethodValue(),
_getServerRequestProtocolValue(),
_getServerRequestUriValue(),
_initializeServerRequest(),
_instantiateMessageNewInstance(),
_setServerRequestAttributes(),
_setServerRequestCookies(),
_setServerRequestFiles(),
_setServerRequestParams(),
_setServerRequestParsed(),
_setServerRequestQuery(),
_validateServerRequestAttributes(),
_validateServerRequestCookies(),
_validateServerRequestFiles(),
_validateServerRequestParams(),
_validateServerRequestParsed(),
_validateServerRequestQuery(),
create(),
fromGlobals(),
getAttribute(),
getAttributes(),
getCookieParams(),
getParsedBody(),
getQueryParams(),
getServerParams(),
getUploadedFiles(),
withAttribute(),
withCookieParams(),
withParsedBody(),
withQueryParams(),
withUploadedFiles(),
withoutAttribute()
Constants summary
Constants inherited from oroboros\core\abstracts\libraries\request\AbstractServerRequest
Constants inherited from oroboros\core\interfaces\api\psr\Psr7Api
API_CODEX,
API_PARENT_NAMESPACE,
API_SCOPE,
API_TYPE,
MESSAGE_ABSTRACT_CLASS,
MESSAGE_CONCRETE_CLASS,
MESSAGE_CONTRACT,
MESSAGE_TRAIT,
REQUEST_ABSTRACT_CLASS,
REQUEST_CONCRETE_CLASS,
REQUEST_CONTRACT,
REQUEST_TRAIT,
RESPONSE_ABSTRACT_CLASS,
RESPONSE_CONCRETE_CLASS,
RESPONSE_CONTRACT,
RESPONSE_TRAIT,
SERVERREQUEST_ABSTRACT_CLASS,
SERVERREQUEST_CONCRETE_CLASS,
SERVERREQUEST_CONTRACT,
SERVERREQUEST_TRAIT,
STREAM_ABSTRACT_CLASS,
STREAM_CONCRETE_CLASS,
STREAM_CONTRACT,
STREAM_TRAIT,
UPLOADEDFILE_ABSTRACT_CLASS,
UPLOADEDFILE_CONCRETE_CLASS,
UPLOADEDFILE_CONTRACT,
UPLOADEDFILE_TRAIT,
URI_ABSTRACT_CLASS,
URI_CONCRETE_CLASS,
URI_CONTRACT,
URI_TRAIT
Constants inherited from oroboros\core\interfaces\api\BaseApi
OROBOROS_DECLARED_API,
OROBOROS_DECLARED_CLASS_SCOPE,
OROBOROS_DECLARED_CLASS_TYPE