WordPress\AiClientDependencies\Psr\Http\Client

RequestExceptionInterface::getRequestpublicWP 1.0

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() code WP 7.0

public function getRequest(): RequestInterface;