接口适配器接口
Http 客户端适配器接口。
命名空间: Cake\Http\Client
方法摘要
-
send() public
发送请求并获取响应。
方法详情
send() ¶ public
send(Psr\Http\Message\RequestInterface $request, array<string, mixed> $options): arrayCake\Http\Client\Response>
发送请求并获取响应。
参数
-
Psr\Http\Message\RequestInterface
$request 要发送的请求对象。
-
array<string, mixed>
$options 流的选项数组。
返回值
arrayCake\Http\Client\Response>