Lines Matching refs:options

28 * Improvement: Added support to pass arbitrary options to `curl_multi_init`. [#2287](https://github…
34 * Fix: Prevent undefined offset when using array for ssl_key options. [#2348](https://github.com/gu…
167 * Bug fix: Cusotm cURL options now correctly override curl options of the
215 * Added `multipart` and `form_params` request options.
231 * Added `GuzzleHttp\RequestOptions` to allow request options to be applied
273 * Request options
275 * Added the `form_fields` and `form_files` request options.
279 `http_errors` request options.
285 * Client methods `get()`, `post()`, `put()`, `patch()`, `options()`, etc. are
315 request options on a per-request basis.
437 custom request options using double-dispatch (this was an implementation
452 argument. They now accept an associative array of options, including the
468 * Now merging in default options using a case-insensitive comparison.
554 * Fixed an issue related to using custom message factory options in subclasses
609 * Added the ability to specify custom stream context options to the stream
708 * Bug fix: Setting default options on a client now works
709 * Bug fix: Setting options on HEAD requests now works. See #352
713 * Added `cert` and `ssl_key` as request options
724 * Requests now support the ability to specify an array of $options when creating a request to more …
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…
729 …nd.request_options` to `Guzzle\Service\Command\AbstractCommand` to pass request options to requests
750 * Added an `$options` argument to the end of the following methods of `Guzzle\Http\ClientInterface`:
751 createRequest, head, delete, put, patch, post, options, prepareRequest
752 * Added an `$options` argument to the end of `Guzzle\Http\Message\Request\RequestFactoryInterface::…
755 …`Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $options = array())`. You can stil…
756 …resource, string, or EntityBody into the $options parameter to specify the download location of th…
761 $client->getConfig()->setPath('request.options/headers/{header_name}', 'value')`. or
762 $client->getConfig()->setPath('request.options/headers', array('header_name' => 'value'))`.
763 …lientInterface::getDefaultHeaders(). Use $client->getConfig()->getPath('request.options/headers')`.
784 * Marked 'request.params' for `Guzzle\Http\Client` as deprecated. Use [request.options][params].
786 …:getDefaultHeaders()` as deprecated. Use $client->getConfig()->getPath('request.options/headers')`.
787 …aultHeaders()` as deprecated. Use $client->getConfig()->setPath('request.options/headers/{header_n…
790 …rlAuthPlugin` as deprecated. Use `$client->getConfig()->setPath('request.options/auth', array('use…
946 …events from a RequestMediator is now a parameter that must be set in a request's curl options using
1088 * Added/moved client options:
1136 * Bug: Added the missing $options argument from ServiceDescription::factory to enable caching
1144 …reamed. This gets around curl error 65. Set `body_as_string` in a request's curl options to enable.
1211 * Verbose cURL options are no longer enabled by default. Set curl.debug to true on a client to enab…
1264 * [BC] Guzzle\Common\FromConfigInterface no longer requires any config options.
1336 * Added the ability to set arbitrary curl options on requests (disable_wire, progress, etc.). See C…