Laravel 8 Guzzle 配置

2021-07-19 10:43 更新

你可以使用 withOptions 方法来指定额外的 Guzzle 请求配置withOptions 接受数组形式的键值对:

$response = Http::withOptions([
    'debug' => true,
])->get('http://test.com/users'); 


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号