gpt4 book ai didi

php - 如何使用 guzzleHttp 创建请求?

转载 作者:可可西里 更新时间:2023-11-01 00:59:30 26 4
gpt4 key购买 nike

我使用了 GuzzleHttp,我创建了以下命令的请求:

use GuzzleHttp\Client;
use GuzzleHttp\Psr7\Request;

$url = 'http://localhost/api/get_data?token=123456';
$client = new Client();
$request = $client->createRequest('GET', $url, []);

但是错误:

Argument 3 passed to GuzzleHttp\Client::request() must be of the type array, string given, called in /home/datnq/www/slim/vendor/guzzlehttp/guzzle/src/Client.php on line 88 and defined

为什么我错过了?我认为参数是正确的!

最佳答案

原因是该用法适用于 Guzzle 5.x,但是,该消息很可能来自使用 6.x 版本。我会发布 6.x 版文档的链接,但我只能找到 http://guzzle.readthedocs.org/en/latest/quickstart.html而且它没有语义版本控制。

关于php - 如何使用 guzzleHttp 创建请求?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31468297/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com