*/ final class EmulatedHttpAsyncClient implements HttpClient, HttpAsyncClient { use HttpAsyncClientEmulator; use HttpClientDecorator; public function __construct(ClientInterface $httpClient) { $this->httpClient = $httpClient; } }