Lines Matching refs:option

29 * Fix: Gracefully handle passing `null` to the `header` option. [#2132](https://github.com/guzzle/g…
81 * Improvement: Handle `on_headers` option in MockHandler [#1580](https://github.com/guzzle/guzzle/p…
84 * Feature: Added `read_timeout` option [#1611](https://github.com/guzzle/guzzle/pull/1611)
155 * Feature: Added the `on_stats` request option to provide access to transfer
206 * Fixed a bug with serializing the `query` request option where the `&`
216 * Added `synchronous` request option.
217 * Added the `on_headers` request option.
264 * No longer supports the `future` request option to send an async request.
277 * The `body` request option no longer accepts an array for POST requests.
278 * The `exceptions` request option has been deprecated in favor of the
280 * The `save_to` request option has been deprecated in favor of `sink` request
281 option.
292 associative array passed into the `query` request option. The query string
313 * Setting a request option to `null` when creating a request with a client will
314 ensure that the option is not set. This allows you to overwrite default
318 specifying a `protocols` array in the `allow_redirects` request option.
439 constructor which is a mapping of the request option name mapping to a
440 function that applies the option value to a request.
471 using the `decode_content` request option. This is set to `true` by default
488 request option to throw an exception.
530 * `ResponseInterface::xml` now accepts a `libxml_options` option and added a
556 * Fixed an issue with using the `json` request option for POST requests
561 * Added a `json` request option to easily serialize JSON payloads.
569 * Updated MessageFactory to work with custom request option methods.
821 * Removed the optional $tryChunkedTransfer option from Guzzle\Http\Message\EntityEnclosingRequestIn…
1060 * Service clients no longer require a base_url option in the factory
1089 * curl.blacklist to curl.option.blacklist
1315 * Adding the ability to set global option overrides to service builder configs