Lines Matching full:been
20 - The `guzzlehttp/streams` dependency has been removed. Stream functionality
29 Note: there has been movement in the React project to modify promises to
38 - `GuzzleHttp\Mimetypes` has been moved to a function in
41 - `GuzzleHttp\Query` and `GuzzleHttp\QueryParser` have been removed. Query
52 present in RingPHP have been modified to work directly with PSR-7 messages
58 integration has been removed. Note: while the event system has been removed,
80 - Static functions in `GuzzleHttp\Utils` have been moved to namespaced
83 - `GuzzleHttp\ClientInterface::getDefaultOption` has been renamed to
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
155 The `base_url` option has been renamed to `base_uri`.
164 is still supported, but it has now been renamed to `handler`. Instead of
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
245 has been implemented yet, but hoping to utilize a PSR cache interface).
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.
314 - The cacert.pem certificate has been moved to `src/cacert.pem`.
323 - QueryAggregators have been rewritten so that they are simply callable
325 - `GuzzleHttp\StaticClient` has been removed. Use the functions provided in
327 - Exceptions in `GuzzleHttp\Exception` have been updated to all extend from
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`
391 - `GuzzleHttp\Message\RequestFactoryInterface` has been renamed to
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
415 - `GuzzleHttp\PostFile` and `GuzzleHttp\PostFileInterface` have been moved to
416 `GuzzleHttp\Post`. This interface has been simplified and now allows the
418 - Custom headers like `GuzzleHttp\Message\Header\Link` have been removed. Most
421 been updated to properly handle headers that contain parameters (like the
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.
497 emitted over the lifecycle of a request has been significantly reduced to make
504 - `request.before_send` has been renamed to `before` and now emits a
506 - `request.complete` has been renamed to `complete` and now emits a
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
521 request have been received before the body of the response is downloaded. This
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
553 `Psr\Log\LoggerInterface` for all logging. The MessageFormatter class has been
558 The `Guzzle\Parser` namespace has been removed. This was previously used to
561 so it has been removed.
563 - Cookie: Cookie parsing logic has been moved to
565 - Message: Message parsing logic for both requests and responses has been moved
569 - UriTemplate: URI template parsing has been moved to
578 The `Guzzle\Plugin` namespace has been renamed to `GuzzleHttp\Subscriber`.
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
603 - `Guzzle\Http\Plugin\BackoffPlugin` has been rewritten to be much simpler
632 `Guzzle\Stream\StreamInterface` has been given a large update to cleanly take
634 `Guzzle\Http\EntityBodyInterface` now that they have been removed. The number
635 of methods implemented by the `StreamInterface` has been drastically reduced to
640 - `getStream` and `setStream` have been removed to better encapsulate streams.
641 - `getMetadata` and `setMetadata` have been removed in favor of
643 - `getWrapper`, `getWrapperData`, `getStreamType`, and `getUri` have all been
646 - `rewind` has been removed. Use `seek(0)` for a similar behavior.
650 - `detachStream` has been renamed to `detach`.
651 - `feof` has been renamed to `eof`.
652 - `ftell` has been renamed to `tell`.
658 `GuzzleHttp\Stream\MetadataStreamInterface` has been added to denote streams
661 `GuzzleHttp\Stream\StreamInterface::setMetadata` have been removed.
665 The entire concept of the StreamRequestFactory has been removed. The way this
681 The following APIs and options have been marked as deprecated:
699 configuration options and methods of a client and AbstractCommand have been deprecated.