AppserverIo\Appserver\ServletEngine\Http\Request::setRequestUri PHP Method

setRequestUri() public method

Sets the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
public setRequestUri ( string $requestUri ) : void
$requestUri string The request URI
return void
    public function setRequestUri($requestUri)
    {
        $this->requestUri = $requestUri;
    }