Lines Matching +full:ini +full:- +full:values
5 * This class contains a list of built-in Guzzle request options.
9 * @link http://docs.guzzlephp.org/en/v6/request-options.html
21 * - max: (int, default=5) maximum number of allowed redirects.
22 * - strict: (bool, default=false) Set to true to use strict redirects
25 * - referer: (bool, default=false) Set to true to enable the Referer
27 * - protocols: (array, default=['http', 'https']) Allowed redirect
29 * - on_redirect: (callable) PHP callable that is invoked when a redirect
39 * the password in index [1], and you can optionally provide a built-in
64 * handler has the `cookie` middleware. Valid values are `false` and
85 * Content-Encoding responses (gzip, deflate, etc.) are automatically
97 * "Expect: 100-Continue" header.
99 * Set to `true` to enable the "Expect: 100-Continue" header for all
101 * "Expect: 100-Continue" header for all requests. Set to a number so that
107 * By default, Guzzle will add the "Expect: 100-Continue" header when the
114 * form_params: (array) Associative array of form field names to values
115 * where each value is a string or array of strings. Sets the Content-Type
116 * header to application/x-www-form-urlencoded when no Content-Type header
129 * when a non- successful HTTP response is received. By default,
145 * encoded and a Content-Type header of application/json will be added to
146 * the request if no Content-Type header is already present.
196 * query: (array|string) Associative array of query string values to add
228 * download it all up-front.
249 * read_timeout: (float, default=default_socket_timeout ini setting) Float describing