Lines Matching refs:no

23 - Guzzle no longer uses ReactPHP promises and now uses the
30 no longer utilize recursion.
36 overhead is no longer needed, reducing stack sizes, reducing complexity,
49 - Guzzle no longer has a dependency on RingPHP. Due to the use of a middleware
55 will be maintained for Guzzle 5 support, but will no longer be a part of
152 The `body` option no longer accepts an array to send POST requests. Please use
190 The "procedural" global client has been removed with no replacement (e.g.,
227 - Guzzle no longer wraps every exception it throws. Only exceptions that are
260 - `getPath` no longer supports wildcard expressions. Use something better like
266 Guzzle no longer requires Symfony's EventDispatcher component. Guzzle now uses
318 - Sending requests in parallel is still possible, but batching is no longer a
332 Calling methods like `get()`, `post()`, `head()`, etc. no longer create and
351 - The `send` method no longer accepts more than one request. Use `sendAll` to
368 - The client no longer emits a `client.create_request` event.
369 - Creating requests with a client no longer automatically utilize a URI
375 Messages no longer have references to their counterparts (i.e., a request no
376 longer has a reference to it's response, and a response no loger has a
400 the method is POST and no body is provided.
483 `GuzzleHttp\Stream\StreamInterface`. Creating a new body for a request no
542 - `Guzzle\Iterator\FilterIterator` is no longer needed because an equivalent
689 - Marked `Guzzle\Service\Client::enableMagicMethods()` as deprecated. Magic methods can no longer b…
731 - Changed `Guzzle\Common\Collection::__construct($data)` to no longer accepts a null value for `$da…
754 - CacheKeyProviderInterface and DefaultCacheKeyProvider are no longer used. All of this logic is ha…
810 * Removed cURL blacklist support. This is no longer necessary now that Expect, Accept, etc. are man…
813 but are a no-op until removed.
830 `Guzzle\Http\Message\Response::getEtag()` no longer strips quotes around the ETag response header
838 `Guzzle\Stream\Stream::getWrapper()` and `Guzzle\Stream\Stream::getStreamType()` are no longer conv…
848 ### CurlMulti is no longer reused globally
868 URLs no longer have a default path value of '/' if no path was specified.
888 The exception message for `Guzzle\Http\Exception\BadResponseException` no longer contains the full …
894 Multi-valued query parameters are no longer aggregated using a callback function. `Guzzle\Http\Quer…