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