芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/php-http/client-common/src/HttpAsyncClientDecorator.php
*/ trait HttpAsyncClientDecorator { /** * @var HttpAsyncClient */ protected $httpAsyncClient; /** * {@inheritdoc} * * @see HttpAsyncClient::sendAsyncRequest */ public function sendAsyncRequest(RequestInterface $request) { return $this->httpAsyncClient->sendAsyncRequest($request); } }