$options = [ 'max_conn_per_addr' => 128, 'keepalive_timeout' => 15, 'connect_timeout' => 30, 'timeout' => 600, ]; $client = new Client($options); $client->request($uri, [ 'met...