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

getRequestUri() public method

Returns 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 getRequestUri ( ) : string
return string The request URI
    public function getRequestUri()
    {
        return $this->requestUri;
    }