π NetGuzzle clientOn this pageGuzzle clientOverviewβ Ripple provides an easy-to-use HttpClient component that can be used to create Http client connections. Usage examplesβ $client = \Ripple\Http\Guzzle::newClient();$client->get('https://www.baidu.com/');wait();