Lines Matching refs:This

39 * No `guzzle.phar` was created in 6.4.0 due expired API token. This release will fix that 
194 their state if the encoding was automatically removed by a handler. This
222 CurlMultiHandler. This prevents unexpected recursion from requests completing
224 * Removed the semantics of setting `default` to `true`. This is no longer
314 ensure that the option is not set. This allows you to overwrite default
330 This change updates query strings so that they are treated as un-encoded values
332 wire. A Query object then encodes the value before sending over the wire. This
333 means that even value query string values (e.g., ":") are url encoded. This
358 * Note: This has been changed in 5.0.3 to now encode query string values by
368 error and end events event though the response is unusable. This has been
402 `GuzzleHttp\Cookie\SetCookie`. This blog post provides a good outline of
404 This also makes the Guzzle message interfaces compatible with the current
424 * Removed the "headers" event. This event was only useful for changing the
434 `MessageInterface`. This change makes the Guzzle interfaces compatible with
442 This control mechanism was used to stop a transfer of concurrent requests
443 from completing. This can now be handled by throwing the exception or by
447 `maxLen` parameter. This update makes the Guzzle streams project
471 using the `decode_content` request option. This is set to `true` by default
475 header and turn on automatic response decoding. This feature now allows you
501 has been supplied by the user. This prevents the adapter layer from modifying
506 * Only calling curl_multi_select when there are active cURL handles. This was
615 and "//". This allows empty Url (e.g., "") to be serialized as "".
826 * Removed cURL blacklist support. This is no longer necessary now that Expect, Accept, etc. are man…
887 …handles. This greatly simplifies the implementation, fixes a couple bugs, and provides a small per…
922 … a custom entity body are now treated exactly like PUT requests but with a custom cURL method. This
947 the 'emit_io' key. This was previously set under a request's parameters using 'curl.emit_io'
964 * CurlMulti is no longer reused globally. A new multi object is created per-client. This helps to i…
966 * Guzzle\Http\QueryString does no longer manages the leading "?". This is now handled in Guzzle\Htt…
1130 * The JsonLoader now supports aliasing filenames with different filenames. This allows you to alias…
1144 * Added the ability to transfer entity bodies as a string rather than streamed. This gets around cu…
1330 * Added configurable magic method calls to clients and commands. This is off by default.