Lines Matching refs:as

28      promises are not recursive as they use a sort of trampolining technique.
42 strings must now be passed into request objects as strings, or provided to
46 string in as a string. There are a couple helper functions that will make
50 system based on PSR-7, using RingPHP and it's middleware system as well adds
87 migration to strictly adhering to PSR-7 as the interface for Guzzle messages,
182 functions can be used as replacements.
192 object as a replacement.
216 value as an array, then use the newly added `getHeaderAsArray()` method of
362 `base_url` string or array to use a URI template as the base URL of a client.
399 a `GuzzleHttp\Post\PostBody` body if the body was passed as an array or if
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
413 pass an optional argument of `true` to retrieve a header value as an array
437 system to work with request and response objects as a transaction.
568 Guzzle as a library to add this level of complexity to parsing messages.
681 The following APIs and options have been marked as deprecated:
683 - Marked `Guzzle\Http\Message\Request::isResponseBodyRepeatable()` as deprecated. Use `$request->ge…
684 - Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use `Guzzle\Plugin\Cache\DefaultC…
685 - Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use `Guzzle\Plugin\Cache\DefaultC…
686 - Marked `Guzzle\Http\Message\Request::setIsRedirect()` as deprecated. Use the HistoryPlugin instea…
687 - Marked `Guzzle\Http\Message\Request::isRedirect()` as deprecated. Use the HistoryPlugin instead.
688 - Marked `Guzzle\Cache\CacheAdapterFactory::factory()` as deprecated
689 - Marked `Guzzle\Service\Client::enableMagicMethods()` as deprecated. Magic methods can no longer b…
690 - Marked `Guzzle\Parser\Url\UrlParser` as deprecated. Just use PHP's `parse_url()` and percent enco…
691 - Marked `Guzzle\Common\Collection::inject()` as deprecated.
692 - Marked `Guzzle\Plugin\CurlAuth\CurlAuthPlugin` as deprecated. Use
696 3.7 introduces `request.options` as a parameter for a client configuration and as an optional argum…
701 - Marked `Guzzle\Service\Client::getDefaultHeaders()` as deprecated. Use `$client->getDefaultOption…
702 - Marked `Guzzle\Service\Client::setDefaultHeaders()` as deprecated. Use `$client->setDefaultOption…
703 - Marked 'request.params' for `Guzzle\Http\Client` as deprecated. Use `$client->setDefaultOption('p…
704 - Marked 'command.headers', 'command.response_body' and 'command.on_complete' as deprecated for Abs…
854 …`service_builder.create_client` event to inject a custom CurlMulti object into each client as it is