You are here

public function RequestInterface::getUri in Lockr 7.3

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.

1 method overrides RequestInterface::getUri()
Request::getUri in vendor/guzzlehttp/psr7/src/Request.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();