mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-25 02:22:57 +01:00
An example of this would be: <param name="curl.CURLOPT_CONNECTTIMEOUT" default="100" /> This would override the configuration set by the instantiation: new Client( 'http://www.example.com', array('curl.CURLOPT_CONNECTTIMEOUT' => 100) );