YoastSEO_Vendor\GuzzleHttp
ClientInterface::sendAsync() public Yoast 1.0
Asynchronously send an HTTP request.
{} Это метод класса: ClientInterface{}
Хуков нет.
Возвращает
PromiseInterface.
Использование
$ClientInterface = new ClientInterface(); $ClientInterface->sendAsync( \YoastSEO_Vendor\Psr\Http\Message\RequestInterface $request, $options );
- $request(Requestчислоerface) (обязательный)
- Request to send
- $options(массив)
- Request options to apply to the given request and to the transfer.
По умолчанию: []
Код ClientInterface::sendAsync() ClientInterface::sendAsync Yoast 15.6.2
public function sendAsync(\YoastSEO_Vendor\Psr\Http\Message\RequestInterface $request, array $options = []);