Lines Matching refs:removed

20 - The `guzzlehttp/streams` dependency has been removed. Stream functionality
41 - `GuzzleHttp\Query` and `GuzzleHttp\QueryParser` have been removed. Query
58 integration has been removed. Note: while the event system has been removed,
85 - `GuzzleHttp\ClientInterface::setDefaultOption` has been removed.
86 - The `json` and `xml` methods of response objects has been removed. With the
149 `GuzzleHttp\Post\PostFile` has been removed. Use the `multipart` option to add
170 [Fluent interfaces were removed](http://ocramius.github.io/blog/fluent-interfaces-are-evil)
190 The "procedural" global client has been removed with no replacement (e.g.,
194 ## `throwImmediately` has been removed
196 The concept of "throwImmediately" has been removed from exceptions and error
202 ## headers event has been removed
229 - Various namespaces have been removed or renamed.
239 The `Guzzle\Batch` namespace has been removed. This is best left to
244 The `Guzzle\Cache` namespace has been removed. (Todo: No suitable replacement
251 - `FromConfigInterface` has been removed.
252 - `Guzzle\Common\Version` has been removed. The VERSION constant can be found
257 - `getAll` has been removed. Use `toArray` to convert a collection to an array.
258 - `inject` has been removed.
259 - `keySearch` has been removed.
325 - `GuzzleHttp\StaticClient` has been removed. Use the functions provided in
353 - `setUserAgent()` has been removed. Use a default request option instead. You
356 - `setSslVerification()` has been removed. Use default request options instead,
385 `GuzzleHttp\Message\EntityEnclosingRequestInterface` have been removed. The
387 contain a body has been removed, and now `GuzzleHttp\Message\RequestInterface`
395 - POST field and file methods have been removed from the request object. You
410 - `GuzzleHttp\Message\Header` has been removed. Header values are now simply
418 - Custom headers like `GuzzleHttp\Message\Header\Link` have been removed. Most
427 `GuzzleHttp\Message\Response::setInfo()` have been removed. Use the event
429 - `GuzzleHttp\Message\Response::getRawHeaders()` has been removed.
430 - `GuzzleHttp\Message\Response::getMessage()` has been removed.
433 - Header specific helper functions like `getContentMd5()` have been removed.
436 `GuzzleHttp\Message\Response::getRequest()` have been removed. Use the event
438 - `GuzzleHttp\Message\Response::getRedirectCount()` has been removed. Use the
441 been removed. Use `getStatusCode()` instead.
465 The `configureRedirects()` method has been removed in favor of a
480 EntityBody interfaces and classes have been removed or moved to
492 - `Guzzle\Http\IoEmittyinEntityBody` has been removed.
508 - `request.sent` has been removed. Use `complete`.
509 - `request.success` has been removed. Use `complete`.
511 - `request.exception` has been removed. Use `error`.
512 - `request.receive.status_line` has been removed.
513 - `curl.callback.progress` has been removed. Use a custom `StreamInterface` to
515 - `curl.callback.write` has been removed. Use a custom `StreamInterface` to
517 - `curl.callback.read` has been removed. Use a custom `StreamInterface` to
532 The `Guzzle\Inflection` namespace has been removed. This is not a core concern
537 The `Guzzle\Iterator` namespace has been removed.
552 `Guzzle\Log` namespace has been removed. Guzzle now relies on
558 The `Guzzle\Parser` namespace has been removed. This was previously used to
561 so it has been removed.
591 The following plugins have been removed (third-parties are free to re-implement
594 - `GuzzleHttp\Plugin\Async` has been removed.
595 - `GuzzleHttp\Plugin\CurlAuth` has been removed.
596 - `GuzzleHttp\Plugin\ErrorResponse\ErrorResponsePlugin` has been removed. This
634 `Guzzle\Http\EntityBodyInterface` now that they have been removed. The number
640 - `getStream` and `setStream` have been removed to better encapsulate streams.
641 - `getMetadata` and `setMetadata` have been removed in favor of
644 removed. This data is accessible when
646 - `rewind` has been removed. Use `seek(0)` for a similar behavior.
661 `GuzzleHttp\Stream\StreamInterface::setMetadata` have been removed.
665 The entire concept of the StreamRequestFactory has been removed. The way this
736 The following methods were removed from interfaces. All of these methods are still available in the…
755 CacheStorageInterface. These two objects and interface will be removed in a future version.
813 but are a no-op until removed.
828 ### Response::getEtag() quote stripping removed
834 The `Guzzle\Http\Utils` class was removed. This class was only used for testing.