Lines Matching refs:that

39 * No `guzzle.phar` was created in 6.4.0 due expired API token. This release will fix that 
48 * Improvement: Added `GuzzleHttp\_current_time()` to use `hrtime()` if that function exists. [#2242…
68 * Bug fix: Malformed domain that contains a "/" [#1999](https://github.com/guzzle/guzzle/pull/1999)
171 * Bug fix: Now ignoring Set-Cookie headers that have no name.
195 means that the `Content-Encoding` header may be removed an the
225 required now that the cURL loop is not ticked for async requests.
228 * Ensuring that `sink` is valid if saving to a file.
286 now magic methods that will send synchronous requests.
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
333 means that even value query string values (e.g., ":") are url encoded. This
335 want to send requests over the wire using valid query string characters that do
337 pass true as the second argument to specify that the query string is a raw
338 string that should not be parsed or encoded (unless a call to getQuery() is
369 corrected so that a response is not returned in the `getResponse` method of
382 * Updated the redirect plugin to be non-blocking so that redirects are sent
384 * Added a "progress" event so that you can get upload and download progress
396 look out for is that request and response objects no longer implement fluent
406 * Removed "functions.php", so that Guzzle is truly PSR-4 compliant. Except
414 explicit include, and needed an if-guard to ensure that the functions are not
418 implemented as callables that are stored in `GuzzleHttp\Ring\Client`.
427 FnStream that has access to the transaction being sent. For example, when the
429 expectations, and if so, change the actual stream body that is being
440 function that applies the option value to a request.
463 * Ensuring that the StreamAdapter does not always add a Content-Type header
487 * Fixed an issue in the CurlFactory that caused setting the `stream=false`
498 * Fixed an error in the HistoryPlugin that caused the same request and response
500 * Ensuring that cURL does not add a default Content-Type when no Content-Type
502 the request that is sent over the wire after any listeners may have already
504 * Throwing an exception when you attempt to send requests that have the
527 * Fixed a bug that caused multi-part POST requests with more than one field to
531 missing default argument that was required when parsing XML response bodies.
532 * A `save_to` stream is now created lazily, which means that files are not
566 * Added a trait that can be used to add event listeners to an iterator.
585 that the toArray() method always returns an array.
635 * Adding more information to ExceptionCollection exceptions so that users have more context, includ…
640 * Query strings are now parsed in a way that they do no convert empty keys with no value to have a …
654 * Added the ability for Guzzle to work with older versions of cURL that do not support `CURLOPT_TIM…
655 * Fixed a bug that was encountered when parsing empty header parameters
667 * Bug fix: 0 is now an allowed value in a description parameter that has a default value (#430)
688 * Bug fix: Properly parsing headers that contain commas contained in quotes
699 * `Guzzle\Common\AbstractHasDispatcher::dispatch()` now returns the event that was dispatched
712 * Bug fix: Correctly parsing header parameters that are in `<>` and quotes
727 * Added a static facade class that allows you to use Guzzle with static methods and mount the class…
745 …ak: Added back the MonologLogAdapter implementation rather than extending from PsrLog so that older
810 …asing of headers are now forced to be a single consistent casing across all values for that header.
826 * Removed cURL blacklist support. This is no longer necessary now that Expect, Accept, etc. are man…
830 * Most classes that used to require a `Guzzle\Service\Command\CommandInterface` typehint now reques…
844 * Bug: Fixed a regression so that request responses are parsed only once per oncomplete event rathe…
849 …n undefined index error when parsing nested JSON responses with a sentAs parameter that reference a
861 and responses that are sent over the wire
886 * Large refactoring to how CurlMulti handles work. There is now a proxy that sits in front of a poo…
907 * Bug fix: Removed code that attempted to determine the size of a stream when data is written to th…
910 * The new default CURLOPT_TIMEOUT setting has been increased to 150 seconds so that Guzzle works on…
911 * Added a feature to EntityEnclosingRequest::setBody() that will automatically set the Content-Type…
923 …means that the redirect behavior of POST requests with custom bodies will not be the same as POST …
946 * BC: Emitting IO events from a RequestMediator is now a parameter that must be set in a request's …
951 * Added ErrorResponsePlugin that can throw errors for responses defined in service description oper…
959 …* Added support for stale-if-error so that the CachePlugin can now serve stale content from the ca…
1031 * Bug: QueryString::fromString now properly parses query string parameters that contain equal signs
1039 * Bug: Cookies can now be added that have a name, domain, or value set to "0"
1043 * Added the ability to enable strict cookie jars that throw exceptions when invalid cookies are add…
1103 * Bug: Fixed a cookie issue that caused dot prefixed domains to not match where popular browsers did
1126 * Ensuring that a service is a string before doing strpos() checks on it when substituting services…
1128 * Services defined in two different config files that include one another will by default replace t…
1129 …defined service, but you can now create services that extend themselves and merge their settings o…
1137 * Added support for HTTP responses that do not contain a reason phrase in the start-line
1158 …: Fixed a bug in ExponentialBackoffPlugin that caused fatal errors when retrying an EntityEnclosin…
1162 * Removed the default 2mb size cutoff from the Md5ValidatorPlugin so that it now defaults to valida…
1185 * Can now use fromString() with querystrings that have a leading ?
1220 * Fixed some tests so that they pass more reliably
1267 * Removing the requirement that HTTPS requests needed a Cache-Control: public directive to be cache…
1272 * The body of a request is only shown on EntityEnclosingRequest objects that do not use POST files.
1287 * Adding a fix for CurlMulti so that if all of the connections encounter some sort of curl error, t…
1288 * Adding checks to EntityEnclosingRequest so that empty POST files and fields are ignored.
1309 * Adding a setOnComplete() method to Commands that is called when a command completes
1310 * Keeping track of requests that were mocked in the MockPlugin
1322 * [BC] Simplifying Guzzle\Common\Collection. Please check to see if you are using features that ar…
1323 * [BC] Using a custom validation system that allows a flyweight implementation for much faster vali…
1331 * Fixed a defect that added a hash to every parsed URL part