TYPO3  7.6
ServerRequestInterface Member List

This is the complete list of members for ServerRequestInterface, including all inherited members.

getAttribute($name, $default=null)ServerRequestInterface
getAttributes()ServerRequestInterface
getBody()MessageInterface
getCookieParams()ServerRequestInterface
getHeader($name)MessageInterface
getHeaderLine($name)MessageInterface
getHeaders()MessageInterface
getMethod()RequestInterface
getParsedBody()ServerRequestInterface
getProtocolVersion()MessageInterface
getQueryParams()ServerRequestInterface
getRequestTarget()RequestInterface
getServerParams()ServerRequestInterface
getUploadedFiles()ServerRequestInterface
getUri()RequestInterface
hasHeader($name)MessageInterface
withAddedHeader($name, $value)MessageInterface
withAttribute($name, $value)ServerRequestInterface
withBody(StreamInterface $body)MessageInterface
withCookieParams(array $cookies)ServerRequestInterface
withHeader($name, $value)MessageInterface
withMethod($method)RequestInterface
withoutAttribute($name)ServerRequestInterface
withoutHeader($name)MessageInterface
withParsedBody($data)ServerRequestInterface
withProtocolVersion($version)MessageInterface
withQueryParams(array $query)ServerRequestInterface
withRequestTarget($requestTarget)RequestInterface
withUploadedFiles(array $uploadedFiles)ServerRequestInterface
withUri(UriInterface $uri, $preserveHost=false)RequestInterface