*/ interface HttpClientRouterInterface extends HttpClient, HttpAsyncClient { /** * Add a client to the router. * * @param ClientInterface|HttpAsyncClient $client */ public function addClient($client, RequestMatcher $requestMatcher): void; }