Icicle\Http\Message\Request::getRequestTarget PHP Method

getRequestTarget() public method

Returns the target of the request. Unless explicitly set, this will usually be the path and query portion of the URI.
public getRequestTarget ( ) : Icicle\Http\Message\Uri
return Icicle\Http\Message\Uri
    public function getRequestTarget() : Uri;