WordPress\AiClientDependencies\Psr\Http\Message
RequestInterface::getRequestTarget
Retrieves the message's request target.
Retrieves the message's request-target either as it will appear (for clients), as it appeared at request (for servers), or as it was specified for the instance (see withRequestTarget()).
In most cases, this will be the origin-form of the composed URI, unless a value was provided to the concrete implementation (see withRequestTarget() below).
If no URI is available, and no request-target has been specifically provided, this method MUST return the string "/".
Method of the class: RequestInterface{}
No Hooks.
Returns
String.
Usage
$RequestInterface = new RequestInterface(); $RequestInterface->getRequestTarget(): string;
RequestInterface::getRequestTarget() RequestInterface::getRequestTarget code WP 7.0
public function getRequestTarget(): string;