ClientDescribes a client instance.$client = new Client();sendRequestSends a PSR-7 request and returns a PSR-7 response.$response = $client->sendRequest($request);