Lines Matching refs:as

208 * Added a better error message for when `body` is provided as an array. Please
239 * Marked `AbstractRequestEvent::getTransaction()` as public.
243 * Marked `GuzzleHttp\Client::getDefaultUserAgent` as deprecated.
289 * Removed `GuzzleHttp\BatchResults`. Batched pool results are now returned as
294 can pass the query string in as a string.
330 This change updates query strings so that they are treated as un-encoded values
337 pass true as the second argument to specify that the query string is a raw
347 * Status codes are now returned as integers. See
387 requests concurrently using a capped pool size as efficiently as possible.
390 `GuzzleHttp\Client::sendAll` as deprecated (it's still there, just not the
418 implemented as callables that are stored in `GuzzleHttp\Ring\Client`.
422 Transaction object now exposes the request, response, and client as public
433 value as an array, then use the newly added `getHeaderAsArray()` method of
514 * Added helper methods to make it easier to represent messages as strings,
515 including getting the start line and getting headers as a string.
576 * Added the ability to set scalars as POST fields (#628)
580 * The HTTP status code of a response is now set as the exception code of
584 * HasDataTrait now initializes the internal data array as an empty array so
593 * Added `GuzzleHttp\batch()` as a convenience function for sending requests in
615 and "//". This allows empty Url (e.g., "") to be serialized as "".
620 * Marked deprecation_proxy() as internal
641 …For example `foo&bar=baz` is now correctly parsed and recognized as `foo&bar=baz` rather than `foo…
651 * Fixed an issue in the BackoffPlugin retry event where it was trying to access all exceptions as i…
671 * Minimum PHP version is now properly specified as 5.3.3 (up from 5.3.2) (#420)
683 * Bug fix: ChunkedIterator can now properly chunk a \Traversable as well as an \Iterator.
713 * Added `cert` and `ssl_key` as request options
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.
781 * Marked `Guzzle\Cache\CacheAdapterFactory::factory()` as deprecated
782 * Marked 'command.headers', 'command.response_body' and 'command.on_complete' as deprecated for Abs…
784 * Marked 'request.params' for `Guzzle\Http\Client` as deprecated. Use [request.options][params].
785 * Marked `Guzzle\Service\Client::enableMagicMethods()` as deprecated. Magic methods can no longer b…
786 * Marked `Guzzle\Service\Client::getDefaultHeaders()` as deprecated. Use $client->getConfig()->getP…
787 * Marked `Guzzle\Service\Client::setDefaultHeaders()` as deprecated. Use $client->getConfig()->setP…
788 * Marked `Guzzle\Parser\Url\UrlParser` as deprecated. Just use PHP's `parse_url()` and percent enco…
789 * Marked `Guzzle\Common\Collection::inject()` as deprecated.
790 * Marked `Guzzle\Plugin\CurlAuth\CurlAuthPlugin` as deprecated. Use `$client->getConfig()->setPath(…
808 * Added command.hidden_params to blacklist certain headers from being treated as additionalParamete…
923 …means that the redirect behavior of POST requests with custom bodies will not be the same as POST …
941 * Bug fix: Added 'wb' as a valid write mode for streams
1050 * Added PECL URI template extension and using as default parser if available
1144 * Added the ability to transfer entity bodies as a string rather than streamed. This gets around cu…
1157 * Bug: Fixed a case where empty POST requests were sent as GET requests
1169 * Bug: `+` is now treated as an encoded space when parsing query strings
1317 * Moving the parseQuery method out of Url and on to QueryString::fromString() as a static factory m…