Lines Matching refs:using

34   3. Because we need to be able to wait on a result, doing so using React
50 system based on PSR-7, using RingPHP and it's middleware system as well adds
101 Instead of using the event system to listen for things like the `before` event,
122 In v6, you can modify the request before it is sent using the `mapRequest`
188 deprecated in favor of using `GuzzleHttp\Pool::batch()`.
379 these transaction objects using request events that are emitted over the
397 to control the format of a POST body. Requests that are created using a
524 You can intercept a request and inject a response using the `intercept()` event
544 - `Guzzle\Iterator\MapIterator` is not really needed when using PHP 5.5 because
604 to build custom retry policies using simple functions rather than various
622 services by representing web service operations using commands.
624 guzzle/command that provides request serialization and response parsing using
645 using streams that implement `GuzzleHttp\Stream\MetadataStreamInterface`.
675 - You can now enable E_USER_DEPRECATED warnings to see if you are using any deprecated methods.:
774 …For example, setHeader() first removes the header using unset on a HeaderCollection and then calls…
842 …ts from a RequestMediator is now a parameter that must be set in a request's curl options using the
843 'emit_io' key. This was previously set under a request's parameters using 'curl.emit_io'
894 Multi-valued query parameters are no longer aggregated using a callback function. `Guzzle\Http\Quer…