Lines Matching refs:options

142 This version added the [`form_params`](http://guzzle.readthedocs.org/en/latest/request-options.html…
143 and `multipart` request options. `form_params` is an associative array of
146 [`multipart`](http://guzzle.readthedocs.org/en/latest/request-options.html#multipart)
356 - `setSslVerification()` has been removed. Use default request options instead,
364 request options. You can pass an `adapter` to use a custom adapter,
681 The following APIs and options have been marked as deprecated:
693 …`$client->getConfig()->setPath('request.options/auth', array('user', 'pass', 'Basic|Digest|NTLM|An…
696 3.7 introduces `request.options` as a parameter for a client configuration and as an optional argum…
697 request methods. When paired with a client's configuration settings, these options allow you to spe…
698 for various aspects of a request. Because these options make other previous configuration options r…
699 configuration options and methods of a client and AbstractCommand have been deprecated.
724 - Added an `$options` argument to the end of the following methods of `Guzzle\Http\ClientInterface`:
725 createRequest, head, delete, put, patch, post, options, prepareRequest
726 - Added an `$options` argument to the end of `Guzzle\Http\Message\Request\RequestFactoryInterface::…
729 …`Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $options = array())`. You can stil…
730 …resource, string, or EntityBody into the $options parameter to specify the download location of th…
740 `$client->getConfig()->setPath('request.options/headers/{header_name}', 'value')`. or
741 `$client->getConfig()->setPath('request.options/headers', array('header_name' => 'value'))` or
744 …ientInterface::getDefaultHeaders(). Use `$client->getConfig()->getPath('request.options/headers')`.
842 …ts from a RequestMediator is now a parameter that must be set in a request's curl options using the