WordPress\AiClient\Providers\Http\Contracts

WithHttpTransporterInterface::getHttpTransporterpublicWP 0.1.0

Returns the HTTP transporter.

Method of the class: WithHttpTransporterInterface{}

No Hooks.

Returns

HttpTransporterInterface. The HTTP transporter instance.

Usage

$WithHttpTransporterInterface = new WithHttpTransporterInterface();
$WithHttpTransporterInterface->getHttpTransporter(): \WordPress\AiClient\Providers\Http\Contracts\HttpTransporterInterface;

Changelog

Since 0.1.0 Introduced.

WithHttpTransporterInterface::getHttpTransporter() code WP 7.0

public function getHttpTransporter(): \WordPress\AiClient\Providers\Http\Contracts\HttpTransporterInterface;