Lines Matching refs:methods

86 - The `json` and `xml` methods of response objects has been removed. With the
88 adding methods to message interfaces would actually require Guzzle messages
332 Calling methods like `get()`, `post()`, `head()`, etc. no longer create and
395 - POST field and file methods have been removed from the request object. You
396 must now use the methods made available to `GuzzleHttp\Post\PostBodyInterface`
432 methods have moved to the CacheSubscriber.
440 - `GuzzleHttp\Message\Response::isSuccessful()` and other related methods have
501 methods and a way in which to modify the transaction at that specific point in
635 of methods implemented by the `StreamInterface` has been drastically reduced to
638 ## Removed methods from StreamInterface
648 ## Renamed methods
675 - You can now enable E_USER_DEPRECATED warnings to see if you are using any deprecated methods.:
689 - Marked `Guzzle\Service\Client::enableMagicMethods()` as deprecated. Magic methods can no longer b…
697 request methods. When paired with a client's configuration settings, these options allow you to spe…
699 configuration options and methods of a client and AbstractCommand have been deprecated.
724 - Added an `$options` argument to the end of the following methods of `Guzzle\Http\ClientInterface`:
734 - Made `Guzzle\Http\Client::expandTemplate` and `getUriTemplate` protected methods.
736 The following methods were removed from interfaces. All of these methods are still available in the…
737 that implement them, but you should update your code to use alternative methods:
804 * Deprecated cache control specific methods on Guzzle\Http\Message\AbstractMessage. Use the CacheCo…
812 * Removed the injecting of a request object onto a response object. The methods to get and set a re…