versionversionSummary Protocol version to use with the request. Types string, float Default 1.1 Constant GuzzleHttp\RequestOptions::VERSION // Force HTTP/1.0$request = $client->request('GET', '/get', ['version' => 1.0]);