Lines Matching +full:ini +full:- +full:values

6  * This class contains a list of built-in Guzzle request options.
8 * @see https://docs.guzzlephp.org/en/latest/request-options.html
20 * - max: (int, default=5) maximum number of allowed redirects.
21 * - strict: (bool, default=false) Set to true to use strict redirects
24 * - referer: (bool, default=false) Set to true to enable the Referer
26 * - protocols: (array, default=['http', 'https']) Allowed redirect
28 * - on_redirect: (callable) PHP callable that is invoked when a redirect
38 * the password in index [1], and you can optionally provide a built-in
63 * handler has the `cookie` middleware. Valid values are `false` and
96 * Content-Encoding responses (gzip, deflate, etc.) are automatically
108 * "Expect: 100-Continue" header.
110 * Set to `true` to enable the "Expect: 100-Continue" header for all
112 * "Expect: 100-Continue" header for all requests. Set to a number so that
118 * By default, Guzzle will add the "Expect: 100-Continue" header when the
125 * form_params: (array) Associative array of form field names to values
126 * where each value is a string or array of strings. Sets the Content-Type
127 * header to application/x-www-form-urlencoded when no Content-Type header
140 * when a non- successful HTTP response is received. By default,
156 * encoded and a Content-Type header of application/json will be added to
157 * the request if no Content-Type header is already present.
207 * query: (array|string) Associative array of query string values to add
239 * download it all up-front.
260 * read_timeout: (float, default=default_socket_timeout ini setting) Float describing