HTTP Client
The HTTP Client component for Hyperf, from Laravel.
Installation
shell
composer require friendsofhyperf/http-client
Usage
php
use FriendsOfHyperf\Http\Client\Http;
$response = Http::get('https://example.com');
Documentation Reference
For more information, please refer to the Laravel HTTP Client Documentation.