Lines Matching refs:methods

265     Instead, use one of the `*Async` methods of a client (e.g., `requestAsync`,
271 * Added magic methods for `getAsync()`, `postAsync()`, etc. to send requests
285 * Client methods `get()`, `post()`, `put()`, `patch()`, `options()`, etc. are
286 now magic methods that will send synchronous requests.
482 * No longer utilizing the now deprecated namespaced methods from the stream
514 * Added helper methods to make it easier to represent messages as strings,
569 * Updated MessageFactory to work with custom request option methods.
621 * Test server is now a collection of static methods on a class
727 * Added a static facade class that allows you to use Guzzle with static methods and mount the class…
750 * Added an `$options` argument to the end of the following methods of `Guzzle\Http\ClientInterface`:
770 * Made `Guzzle\Http\Client::expandTemplate` and `getUriTemplate` protected methods.
785 * Marked `Guzzle\Service\Client::enableMagicMethods()` as deprecated. Magic methods can no longer b…
828 * Removed the injecting of a request object onto a response object. The methods to get and set a re…
837 * Deprecated cache control specific methods on Guzzle\Http\Message\AbstractMessage. Use the CacheCo…
1041 * Added json and xml methods to Response to make it easier to parse JSON and XML response data into…
1058 * Magic methods are enabled by default on clients
1059 * Magic methods return the result of a command
1082 * Magic methods on a Guzzle\Service\Client now return the command un-executed.
1184 * Changed the aggregation functions of QueryString to be static methods
1208 * BC: Inflection classes moved to Guzzle\Inflection. No longer static methods. Can now inject custo…
1209 * BC: Removed magic setX methods from commands
1210 * BC: Magic methods mapped to service description commands are now inflected in the command factory…
1238 * BC: Renaming methods in the CookieJarInterface
1273 * Split the Guzzle\Service\Inspector::validateConfig method into two methods. One to initialize whe…