WordPress\AiClientDependencies\Psr\Http\Client
RequestExceptionInterface::getRequest
Returns the request.
The request object MAY be a different object from the one passed to ClientInterface::sendRequest()
Method of the class: RequestExceptionInterface{}
No Hooks.
Returns
RequestInterface.
Usage
$RequestExceptionInterface = new RequestExceptionInterface(); $RequestExceptionInterface->getRequest(): RequestInterface;
RequestExceptionInterface::getRequest() RequestExceptionInterface::getRequest code WP 7.0
public function getRequest(): RequestInterface;