芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/php-http/client-common/src/HttpClientRouterInterface.php
*/ interface HttpClientRouterInterface extends HttpClient, HttpAsyncClient { /** * Add a client to the router. * * @param ClientInterface|HttpAsyncClient $client */ public function addClient($client, RequestMatcher $requestMatcher): void; }