Lines Matching refs:Use

13 * Use Symfony intl-idn polyfill [#2550](https://github.com/guzzle/guzzle/pull/2550)
83 * Improvement: Use class reference for getting the name of the class instead of using hardcoded str…
93 * Improvement: Use `\GuzzleHttp\Promise\rejection_for` function instead of object init [#1827](ht…
748 Now triggering an E_USER_DEPRECATED warning when used. Use `$message->getHeader()->parseParams()`.
760 * Removed `Guzzle\Http\ClientInterface::setDefaultHeaders(). Use
763 * Removed `Guzzle\Http\ClientInterface::getDefaultHeaders(). Use $client->getConfig()->getPath('req…
773 * Marked `Guzzle\Http\Message\Request::isResponseBodyRepeatable()` as deprecated. Use
775 * Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use
777 * Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use
779 * Marked `Guzzle\Http\Message\Request::setIsRedirect()` as deprecated. Use the HistoryPlugin instea…
780 * Marked `Guzzle\Http\Message\Request::isRedirect()` as deprecated. Use the HistoryPlugin instead.
784 * Marked 'request.params' for `Guzzle\Http\Client` as deprecated. Use [request.options][params].
786 * Marked `Guzzle\Service\Client::getDefaultHeaders()` as deprecated. Use $client->getConfig()->getP…
787 * Marked `Guzzle\Service\Client::setDefaultHeaders()` as deprecated. Use $client->getConfig()->setP…
790 * Marked `Guzzle\Plugin\CurlAuth\CurlAuthPlugin` as deprecated. Use `$client->getConfig()->setPath(…
823 * Removed Guzzle\Parser\ParserRegister::get(). Use getParser()
824 * Removed Guzzle\Parser\ParserRegister::set(). Use registerParser().
836 * Guzzle\Http\Message\Header::raw. Use getAll()
837 * Deprecated cache control specific methods on Guzzle\Http\Message\AbstractMessage. Use the CacheCo…
855 …ing `Response::getPreviousResponse()` (method signature still exists, but it's deprecated). Use the
1079 * Removed support for XML configs and descriptions. Use arrays or JSON files.
1282 * [BC] Removing 'path' support in service descriptions. Use 'uri'.
1284 * [BC] Removing Guzzle\Common\NullObject. Use https://github.com/mtdowling/NullObject if you need …
1324 * [BC] No longer supporting "{{ }}" for injecting into command or UriTemplates. Use "{}"