Lines Matching refs:removed

17 - Class `GuzzleHttp\UriTemplate` is removed.
18 - Class `GuzzleHttp\Exception\SeekException` is removed.
24 - Function `GuzzleHttp\Exception\ConnectException::getResponse()` is removed.
25 - Function `GuzzleHttp\Exception\ConnectException::hasResponse()` is removed.
26 - Constant `GuzzleHttp\ClientInterface::VERSION` is removed. Added `GuzzleHttp\ClientInterface::MAJ…
27 - Function `GuzzleHttp\Exception\RequestException::getResponseBodySummary` is removed.
29 - Function `GuzzleHttp\Cookie\CookieJar::getCookieValue` is removed.
30 - Request option `exceptions` is removed. Please use `http_errors`.
31 - Request option `save_to` is removed. Please use `sink`.
32 - Pool option `pool_size` is removed. Please use `concurrency`.
70 - The `guzzlehttp/streams` dependency has been removed. Stream functionality
91 - `GuzzleHttp\Query` and `GuzzleHttp\QueryParser` have been removed. Query
108 integration has been removed. Note: while the event system has been removed,
135 - `GuzzleHttp\ClientInterface::setDefaultOption` has been removed.
136 - The `json` and `xml` methods of response objects has been removed. With the
199 `GuzzleHttp\Post\PostFile` has been removed. Use the `multipart` option to add
220 [Fluent interfaces were removed](https://ocramius.github.io/blog/fluent-interfaces-are-evil/)
240 The "procedural" global client has been removed with no replacement (e.g.,
244 ## `throwImmediately` has been removed
246 The concept of "throwImmediately" has been removed from exceptions and error
252 ## headers event has been removed
279 - Various namespaces have been removed or renamed.
289 The `Guzzle\Batch` namespace has been removed. This is best left to
294 The `Guzzle\Cache` namespace has been removed. (Todo: No suitable replacement
301 - `FromConfigInterface` has been removed.
302 - `Guzzle\Common\Version` has been removed. The VERSION constant can be found
307 - `getAll` has been removed. Use `toArray` to convert a collection to an array.
308 - `inject` has been removed.
309 - `keySearch` has been removed.
375 - `GuzzleHttp\StaticClient` has been removed. Use the functions provided in
403 - `setUserAgent()` has been removed. Use a default request option instead. You
406 - `setSslVerification()` has been removed. Use default request options instead,
435 `GuzzleHttp\Message\EntityEnclosingRequestInterface` have been removed. The
437 contain a body has been removed, and now `GuzzleHttp\Message\RequestInterface`
445 - POST field and file methods have been removed from the request object. You
460 - `GuzzleHttp\Message\Header` has been removed. Header values are now simply
468 - Custom headers like `GuzzleHttp\Message\Header\Link` have been removed. Most
477 `GuzzleHttp\Message\Response::setInfo()` have been removed. Use the event
479 - `GuzzleHttp\Message\Response::getRawHeaders()` has been removed.
480 - `GuzzleHttp\Message\Response::getMessage()` has been removed.
483 - Header specific helper functions like `getContentMd5()` have been removed.
486 `GuzzleHttp\Message\Response::getRequest()` have been removed. Use the event
488 - `GuzzleHttp\Message\Response::getRedirectCount()` has been removed. Use the
491 been removed. Use `getStatusCode()` instead.
515 The `configureRedirects()` method has been removed in favor of a
530 EntityBody interfaces and classes have been removed or moved to
542 - `Guzzle\Http\IoEmittyinEntityBody` has been removed.
558 - `request.sent` has been removed. Use `complete`.
559 - `request.success` has been removed. Use `complete`.
561 - `request.exception` has been removed. Use `error`.
562 - `request.receive.status_line` has been removed.
563 - `curl.callback.progress` has been removed. Use a custom `StreamInterface` to
565 - `curl.callback.write` has been removed. Use a custom `StreamInterface` to
567 - `curl.callback.read` has been removed. Use a custom `StreamInterface` to
582 The `Guzzle\Inflection` namespace has been removed. This is not a core concern
587 The `Guzzle\Iterator` namespace has been removed.
602 `Guzzle\Log` namespace has been removed. Guzzle now relies on
608 The `Guzzle\Parser` namespace has been removed. This was previously used to
611 so it has been removed.
641 The following plugins have been removed (third-parties are free to re-implement
644 - `GuzzleHttp\Plugin\Async` has been removed.
645 - `GuzzleHttp\Plugin\CurlAuth` has been removed.
646 - `GuzzleHttp\Plugin\ErrorResponse\ErrorResponsePlugin` has been removed. This
684 `Guzzle\Http\EntityBodyInterface` now that they have been removed. The number
690 - `getStream` and `setStream` have been removed to better encapsulate streams.
691 - `getMetadata` and `setMetadata` have been removed in favor of
694 removed. This data is accessible when
696 - `rewind` has been removed. Use `seek(0)` for a similar behavior.
711 `GuzzleHttp\Stream\StreamInterface::setMetadata` have been removed.
715 The entire concept of the StreamRequestFactory has been removed. The way this
786 The following methods were removed from interfaces. All of these methods are still available in the…
805 CacheStorageInterface. These two objects and interface will be removed in a future version.
863 but are a no-op until removed.
878 ### Response::getEtag() quote stripping removed
884 The `Guzzle\Http\Utils` class was removed. This class was only used for testing.