Lines Matching refs:from
89 to extend from PSR-7 messages rather then work with them directly.
95 system from plugins. The event system relied on mutability of HTTP messages and
171 from the following classes:
196 The concept of "throwImmediately" has been removed from exceptions and error
198 requests from completing. This can now be handled by throwing the exception or
214 Removed the `asArray` parameter from
287 - Use `emit()` instead of `dispatch()` to emit an event from an emitter.
327 - Exceptions in `GuzzleHttp\Exception` have been updated to all extend from
395 - POST field and file methods have been removed from the request object. You
412 as a string by default when retrieving a header value from a message. You can
638 ## Removed methods from StreamInterface
653 - `readLine` has moved from an instance method to a static class method of
736 The following methods were removed from interfaces. All of these methods are still available in the…
779 * Moved getLinks() from Response to just be used on a Link header object.
786 * Removed from interface: Guzzle\Http\ClientInterface::setUriTemplate
787 * Removed from interface: Guzzle\Http\ClientInterface::setCurlMulti()
790 * Removed the optional $asString parameter from MessageInterface::getHeader(). Just cast the header…
791 * Removed the optional $tryChunkedTransfer option from Guzzle\Http\Message\EntityEnclosingRequestIn…
792 * Removed the $asObjects argument from Guzzle\Http\Message\MessageInterface::getHeaders()
818 * `Guzzle\Service\Command\CommandInterface` now extends from ToArrayInterface and ArrayAccess
842 Emitting IO events from a RequestMediator is now a parameter that must be set in a request's curl o…
851 to a single client can pollute requests dispatched from other clients.
1202 properly handle gzip/deflate compressed responses from the server. In versions affected by this bug…