Lines Matching refs:default

33 …`Middleware::retry()` accepts a second callback parameter to override the default timeouts if need…
219 * No longer adding default middlewares in the client ctor. These need to be
224 * Removed the semantics of setting `default` to `true`. This is no longer
314 ensure that the option is not set. This allows you to overwrite default
331 by default where the value represents an un-encoded value to send over the
359 default unless the `rawString` argument is provided when setting the query
381 * Added a public API for creating a default HTTP adapter.
468 * Now merging in default options using a case-insensitive comparison.
471 using the `decode_content` request option. This is set to `true` by default
500 * Ensuring that cURL does not add a default Content-Type when no Content-Type
531 missing default argument that was required when parsing XML response bodies.
583 * The default parallel adapter of a client now correctly uses the MultiAdapter.
667 * Bug fix: 0 is now an allowed value in a description parameter that has a default value (#430)
708 * Bug fix: Setting default options on a client now works
725 …request. You can pass a 'request.options' configuration setting to a client to apply default reque…
726 …every request created by a client (e.g. default query string variables, headers, curl options, etc…
758 default `array()`
879 * application/x-www-form-urlencoded POSTs now use the utf-8 charset by default
910 * The new default CURLOPT_TIMEOUT setting has been increased to 150 seconds so that Guzzle works on…
932 * Bug fix: Removed the adding of default empty arrays and false Booleans to responses in order to b…
965 * URLs with no path no longer contain a "/" by default
978 * Bug fix: The default exponential backoff BackoffPlugin was not giving when the request threshold …
988 * Setting default headers on a client after setting the user-agent will not erase the user-agent se…
1030 * Bug: Using Guzzle inside of a phar uses system by default but now allows for a custom cacert
1050 * Added PECL URI template extension and using as default parser if available
1058 * Magic methods are enabled by default on clients
1084 * Now shipping with cURL's CA certs and using it by default
1087 * Only sending an Expect header by default when a payload is greater than 1MB
1098 * Cleaning up Collection class and removing default values from the get method
1128 * Services defined in two different config files that include one another will by default replace t…
1131 '_default' with a default JSON configuration file.
1149 * Removed SSL information from the default User-Agent header
1162 * Removed the default 2mb size cutoff from the Md5ValidatorPlugin so that it now defaults to valida…
1188 * Cookies are no longer URL decoded by default
1196 * Bug fix: CachePlugin now only caches GET and HEAD requests by default
1211 * Verbose cURL options are no longer enabled by default. Set curl.debug to true on a client to enab…
1231 * Bug: Changed the default cookie header casing back to 'Cookie'
1240 * Making the default glue for HTTP headers ';' instead of ','
1252 * Bug: Fixing default User-Agent header
1308 * Trimming the default Guzzle User-Agent header
1330 * Added configurable magic method calls to clients and commands. This is off by default.