WordPress\AiClientDependencies\Psr\Http\Client

NetworkExceptionInterface::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: NetworkExceptionInterface{}

No Hooks.

Returns

RequestInterface.

Usage

$NetworkExceptionInterface = new NetworkExceptionInterface();
$NetworkExceptionInterface->getRequest(): RequestInterface;

NetworkExceptionInterface::getRequest() code WP 7.0

public function getRequest(): RequestInterface;