You are here

public function RequestInterface::getUri in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/psr/http-message/src/RequestInterface.php \Psr\Http\Message\RequestInterface::getUri()

Retrieves the URI instance.

This method MUST return a UriInterface instance.

@link http://tools.ietf.org/html/rfc3986#section-4.3

Return value

UriInterface Returns a UriInterface instance representing the URI of the request.

2 methods override RequestInterface::getUri()
Request::getUri in vendor/guzzlehttp/psr7/src/Request.php
Retrieves the URI instance.
ServerRequest::getUri in vendor/symfony/psr-http-message-bridge/Tests/Fixtures/ServerRequest.php
Retrieves the URI instance.

File

vendor/psr/http-message/src/RequestInterface.php, line 96

Class

RequestInterface
Representation of an outgoing, client-side request.

Namespace

Psr\Http\Message

Code

public function getUri();