Lines Matching refs:set

162   a simple set of rules. https://github.com/guzzle/guzzle/pull/1197
184 * Bug fix: Adding a Content-Length to PHP stream wrapper requests if not set.
314 ensure that the option is not set. This allows you to overwrite default
471 using the `decode_content` request option. This is set to `true` by default
492 * You can now set the `Content-Type` header to `multipart/form-data`
505 "stream" set to true in parallel using the MultiAdapter.
529 * Paths can now be set to "0"
576 * Added the ability to set scalars as POST fields (#628)
580 * The HTTP status code of a response is now set as the exception code of
614 * Updated Url class to check if a scheme and host are set before adding ":"
630 * Bug: CURLOPT_SSL_VERIFYHOST is now correctly set to false when setting `$certificateAuthority` to…
633 * Bug: The body of a request can now be set to `"0"`
714 * `Host` header can now diverge from the host part of a URL if the header is set manually
716 * OAuth parameters are only added via the plugin if they aren't already set
731 * Stream size in `Guzzle\Stream\PhpStreamRequestFactory` will now be set if Content-Length is retur…
733 * Added `Guzzle\Common\Collection::setPath($path, $value)` to set a value into an array using a nes…
824 * Removed Guzzle\Parser\ParserRegister::set(). Use registerParser().
828 * Removed the injecting of a request object onto a response object. The methods to get and set a re…
878 * Added the ability to set multiple POST files for the same key in a single call
890 * Redirects now set the response on the original object even in the event of a failure
891 * Bug fix: Model names are now properly set even when using $refs
911 * Added a feature to EntityEnclosingRequest::setBody() that will automatically set the Content-Type…
936 * Added xmlAllowEmpty to serialize an XML body even if no XML specific parameters are set
946 * BC: Emitting IO events from a RequestMediator is now a parameter that must be set in a request's …
947 the 'emit_io' key. This was previously set under a request's parameters using 'curl.emit_io'
986 * CURLOPT_SSL_VERIFYHOST is never set to 1 because it is deprecated (see 5e0ff2ef20f839e19d1eeb298f…
1039 * Bug: Cookies can now be added that have a name, domain, or value set to "0"
1167 * Bug: Query string values set to 0 are no longer dropped from the query string
1181 …* Query strings with empty variables will always show an equal sign unless the variable is set to …
1187 * Content-Length is set to 0 before emitting the request.before_send event when sending an empty re…
1189 * Bug: URI template variables set to null are no longer expanded
1215 * Added the ability to set POST fields and files in a service description
1227 * Adding generic batching system (replaces the batch queue plugin and command set)
1271 * You can now set empty POST fields.
1315 * Adding the ability to set global option overrides to service builder configs
1336 * Added the ability to set arbitrary curl options on requests (disable_wire, progress, etc.). See C…