Lines Matching refs:by

21   is now present in the `GuzzleHttp\Psr7` namespace provided by the
59 it is possible to add your own type of event system that is powered by the
66 - `GuzzleHttp\Subscriber\Cookie` is now provided by
68 - `GuzzleHttp\Subscriber\HttpError` is now provided by
70 - `GuzzleHttp\Subscriber\History` is now provided by
72 - `GuzzleHttp\Subscriber\Mock` is now provided by
74 - `GuzzleHttp\Subscriber\Prepare` is now provided by
76 - `GuzzleHttp\Subscriber\Redirect` is now provided by
198 requests from completing. This can now be handled by throwing the exception or
199 by cancelling a pool of requests or each outstanding future request
228 recoverable are now wrapped by Guzzle.
269 - `Symfony\Component\EventDispatcher\EventDispatcherInterface` is replaced by
271 - `Symfony\Component\EventDispatcher\EventDispatcher` is replaced by
273 - `Symfony\Component\EventDispatcher\Event` is replaced by
411 represented by an array of values or as a string. Header values are returned
412 as a string by default when retrieving a header value from a message. You can
445 Streaming requests can now be created by a client directly, returning a
588 sending. This subscriber is attached to all requests by default.
622 services by representing web service operations using commands.
635 of methods implemented by the `StreamInterface` has been drastically reduced to
757 - Default cache TTLs are now handled by the CacheStorageInterface of a CachePlugin
775 …Keeping the Host header and URL host in sync is now handled by overriding the addHeader method in …
810 … blacklist support. This is no longer necessary now that Expect, Accept, etc. are managed by Guzzle
889 response information. You can, however, get access to the request and response object by calling `g…
979 <doc>Delete a group by ID</doc>
1047 "description":"Group to delete by ID",
1060 "description":"Group to get by ID",
1073 "description":"Group to update by ID",
1202 properly handle gzip/deflate compressed responses from the server. In versions affected by this bug…