Lines Matching full:been
9 types for functions and methods have been added wherever possible.
70 - The `guzzlehttp/streams` dependency has been removed. Stream functionality
79 Note: there has been movement in the React project to modify promises to
88 - `GuzzleHttp\Mimetypes` has been moved to a function in
91 - `GuzzleHttp\Query` and `GuzzleHttp\QueryParser` have been removed. Query
102 present in RingPHP have been modified to work directly with PSR-7 messages
108 integration has been removed. Note: while the event system has been removed,
130 - Static functions in `GuzzleHttp\Utils` have been moved to namespaced
133 - `GuzzleHttp\ClientInterface::getDefaultOption` has been renamed to
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
205 The `base_url` option has been renamed to `base_uri`.
214 is still supported, but it has now been renamed to `handler`. Instead of
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
295 has been implemented yet, but hoping to utilize a PSR cache interface).
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.
364 - The cacert.pem certificate has been moved to `src/cacert.pem`.
373 - QueryAggregators have been rewritten so that they are simply callable
375 - `GuzzleHttp\StaticClient` has been removed. Use the functions provided in
377 - Exceptions in `GuzzleHttp\Exception` have been updated to all extend from
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`
441 - `GuzzleHttp\Message\RequestFactoryInterface` has been renamed to
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
465 - `GuzzleHttp\PostFile` and `GuzzleHttp\PostFileInterface` have been moved to
466 `GuzzleHttp\Post`. This interface has been simplified and now allows the
468 - Custom headers like `GuzzleHttp\Message\Header\Link` have been removed. Most
471 been updated to properly handle headers that contain parameters (like the
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.
547 emitted over the lifecycle of a request has been significantly reduced to make
554 - `request.before_send` has been renamed to `before` and now emits a
556 - `request.complete` has been renamed to `complete` and now emits a
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
571 request have been received before the body of the response is downloaded. This
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
603 `Psr\Log\LoggerInterface` for all logging. The MessageFormatter class has been
608 The `Guzzle\Parser` namespace has been removed. This was previously used to
611 so it has been removed.
613 - Cookie: Cookie parsing logic has been moved to
615 - Message: Message parsing logic for both requests and responses has been moved
619 - UriTemplate: URI template parsing has been moved to
628 The `Guzzle\Plugin` namespace has been renamed to `GuzzleHttp\Subscriber`.
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
653 - `Guzzle\Http\Plugin\BackoffPlugin` has been rewritten to be much simpler
682 `Guzzle\Stream\StreamInterface` has been given a large update to cleanly take
684 `Guzzle\Http\EntityBodyInterface` now that they have been removed. The number
685 of methods implemented by the `StreamInterface` has been drastically reduced to
690 - `getStream` and `setStream` have been removed to better encapsulate streams.
691 - `getMetadata` and `setMetadata` have been removed in favor of
693 - `getWrapper`, `getWrapperData`, `getStreamType`, and `getUri` have all been
696 - `rewind` has been removed. Use `seek(0)` for a similar behavior.
700 - `detachStream` has been renamed to `detach`.
701 - `feof` has been renamed to `eof`.
702 - `ftell` has been renamed to `tell`.
708 `GuzzleHttp\Stream\MetadataStreamInterface` has been added to denote streams
711 `GuzzleHttp\Stream\StreamInterface::setMetadata` have been removed.
715 The entire concept of the StreamRequestFactory has been removed. The way this
731 The following APIs and options have been marked as deprecated:
749 configuration options and methods of a client and AbstractCommand have been deprecated.