HTTP Client The HTTP Client component for Hyperf, from Laravel. Installation composer require friendsofhyperf/http-client Usage use FriendsOfHyperf\Http\Client\Http; $response = Http::get('https://example.com'); see https://laravel.com/docs/9.x/http-client Contact Twitter Gmail License MIT