Lines Matching refs:method

91 * Feature: Added convenience method to access a cookie by name [#1318](https://github.com/guzzle/gu…
284 into a client constructor or request method.
346 * Added a `GuzzleHttp\Pool::send()` convenience method to match the docs.
369 corrected so that a response is not returned in the `getResponse` method of
433 value as an array, then use the newly added `getHeaderAsArray()` method of
567 * Removed request method constants from RequestInterface.
585 that the toArray() method always returns an array.
656 * UriTemplate now has a `setRegex()` method to match the docs
753 * Added an `applyOptions()` method to `Guzzle\Http\Message\Request\RequestFactoryInterface`
771 * You can now enable E_USER_DEPRECATED warnings to see if you are using a deprecated method by sett…
851 * Bug: All __call() method arguments are now required (helps with mocking frameworks)
855 * Deprecating `Response::getPreviousResponse()` (method signature still exists, but it's deprecated…
922 … a custom entity body are now treated exactly like PUT requests but with a custom cURL method. This
983 * Refactored how operation responses are parsed. Visitors now include a before() method responsible…
984 …body. For example, the XmlVisitor now parses the XML response into an array in the before() method.
1017 * Cleaning up `Guzzle\Common\Collection::inject` method
1052 * Adding rewind() method to entity bodies and streams. Allows for custom rewinding of non-repeatabl…
1085 * Added previousResponse() method to response objects
1098 * Cleaning up Collection class and removing default values from the get method
1210 …escription commands are now inflected in the command factory rather than the client __call() method
1216 * Guzzle\Http\EntityBody::factory() now accepts objects with a __toString() method
1249 * Bug: Fixing magic method command calls on clients
1258 * Passing request object to the calculateWait method of the ExponentialBackoffPlugin
1273 * Split the Guzzle\Service\Inspector::validateConfig method into two methods. One to initialize whe…
1278 …lMulti. Requests are now always prepares in the send() method rather than the addRequest() method.
1289 * Making the method signature of Guzzle\Service\Builder\ServiceBuilder::factory more flexible.
1296 * [BC] Changing the Guzzle\Http\Message\Response::setProtocol() method to accept a protocol and ver…
1309 * Adding a setOnComplete() method to Commands that is called when a command completes
1317 * Moving the parseQuery method out of Url and on to QueryString::fromString() as a static factory m…
1330 * Added configurable magic method calls to clients and commands. This is off by default.