芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/php-http/client-common/src/EmulatedHttpAsyncClient.php
*/ final class EmulatedHttpAsyncClient implements HttpClient, HttpAsyncClient { use HttpAsyncClientEmulator; use HttpClientDecorator; public function __construct(ClientInterface $httpClient) { $this->httpClient = $httpClient; } }