HTTP Client
The HTTP Client component for Hyperf, from Laravel.
安装
shell
composer require friendsofhyperf/http-client
使用
php
use FriendsOfHyperf\Http\Client\Http;
$response = Http::get('https://example.com');
参考文档
有关更多信息,请参阅 Laravel HTTP Client 文档。