메소드 |
설명 |
|
__construct ( Psr\Http\Message\ServerRequestInterface $decoratedRequest, Psr\Http\Message\ServerRequestInterface $originalRequest = null ) |
|
|
getAttribute ( $attribute, $default = null ) |
Proxy to ServerRequestInterface::getAttribute() |
|
getAttributes ( ) |
Proxy to ServerRequestInterface::getAttributes() |
|
getBody ( ) |
Proxy to ServerRequestInterface::getBody() |
|
getCookieParams ( ) |
Proxy to ServerRequestInterface::getCookieParams() |
|
getCurrentRequest ( ) : Psr\Http\Message\ServerRequestInterface |
Return the currently decorated PSR request instance |
|
getHeader ( $header ) |
Proxy to ServerRequestInterface::getHeader() |
|
getHeaderLine ( $header ) |
Proxy to ServerRequestInterface::getHeaderLine() |
|
getHeaders ( ) |
Proxy to ServerRequestInterface::getHeaders() |
|
getMethod ( ) |
Proxy to ServerRequestInterface::getMethod() |
|
getOriginalRequest ( ) : Psr\Http\Message\ServerRequestInterface |
Return the original PSR request instance |
|
getParsedBody ( ) |
Proxy to ServerRequestInterface::getParsedBody() |
|
getProtocolVersion ( ) |
Proxy to ServerRequestInterface::getProtocolVersion() |
|
getQueryParams ( ) |
Proxy to ServerRequestInterface::getQueryParams() |
|
getRequestTarget ( ) |
Proxy to ServerRequestInterface::getRequestTarget() |
|
getServerParams ( ) |
Proxy to ServerRequestInterface::getServerParams() |
|
getUploadedFiles ( ) |
Proxy to ServerRequestInterface::getFileParams() |
|
getUri ( ) |
Proxy to ServerRequestInterface::getUri() |
|
hasHeader ( $header ) |
Proxy to ServerRequestInterface::hasHeader() |
|
withAddedHeader ( $header, $value ) |
Proxy to ServerRequestInterface::addHeader() |
|
withAttribute ( $attribute, $value ) |
Proxy to ServerRequestInterface::withAttribute() |
|
withBody ( Psr\Http\Message\StreamInterface $body ) |
Proxy to ServerRequestInterface::withBody() |
|
withCookieParams ( array $cookies ) |
Proxy to ServerRequestInterface::withCookieParams() |
|
withHeader ( $header, $value ) |
Proxy to ServerRequestInterface::withHeader() |
|
withMethod ( $method ) |
Proxy to ServerRequestInterface::withMethod() |
|
withParsedBody ( $params ) |
Proxy to ServerRequestInterface::withParsedBody() |
|
withProtocolVersion ( $version ) |
Proxy to ServerRequestInterface::withProtocolVersion() |
|
withQueryParams ( array $query ) |
Proxy to ServerRequestInterface::withQueryParams() |
|
withRequestTarget ( $requestTarget ) |
Proxy to ServerRequestInterface::withRequestTarget() |
|
withUploadedFiles ( array $uploadedFiles ) |
Proxy to ServerRequestInterface::getFileParams() |
|
withUri ( Psr\Http\Message\UriInterface $uri, $preserveHost = false ) |
Allow mutating the URI |
|
withoutAttribute ( $attribute ) |
Proxy to ServerRequestInterface::withoutAttribute() |
|
withoutHeader ( $header ) |
Proxy to ServerRequestInterface::removeHeader() |
|