Lines Matching refs:Http

631   `Guzzle\Http\ClientInterface::setSslVerification()`
700 * `Guzzle\Http\QueryString::factory()` now guesses the most appropriate query aggregator to used ba…
718 * Returning `false` if `Guzzle\Http\EntityBody::getContentMd5()` fails
728 See `Guzzle\Http\StaticClient::mount`.
739 * `Guzzle\Http\Message\Response` now implements `\Serializable`
742 * Fixed a bug in `Guzzle\Http\Message\Header\Link::addLink()`
747 * Fixing BC break: Added the implementation back in for `Guzzle\Http\Message\AbstractMessage::getTo…
750 * Added an `$options` argument to the end of the following methods of `Guzzle\Http\ClientInterface`:
752 * Added an `$options` argument to the end of `Guzzle\Http\Message\Request\RequestFactoryInterface::…
753 * Added an `applyOptions()` method to `Guzzle\Http\Message\Request\RequestFactoryInterface`
754 * Changed `Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $body = null)` to
755 …`Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $options = array())`. You can stil…
760 * Removed `Guzzle\Http\ClientInterface::setDefaultHeaders(). Use
763 * Removed `Guzzle\Http\ClientInterface::getDefaultHeaders(). Use $client->getConfig()->getPath('req…
764 * Removed `Guzzle\Http\ClientInterface::expandTemplate()`
765 * Removed `Guzzle\Http\ClientInterface::setRequestFactory()`
766 * Removed `Guzzle\Http\ClientInterface::getCurlMulti()`
767 * Removed `Guzzle\Http\Message\RequestInterface::canCache`
768 * Removed `Guzzle\Http\Message\RequestInterface::setIsRedirect`
769 * Removed `Guzzle\Http\Message\RequestInterface::isRedirect`
770 * Made `Guzzle\Http\Client::expandTemplate` and `getUriTemplate` protected methods.
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].
816 * Removed from interface: Guzzle\Http\ClientInterface::setUriTemplate
817 * Removed from interface: Guzzle\Http\ClientInterface::setCurlMulti()
818 * Removed Guzzle\Http\Message\Request::receivedRequestHeader() and implemented this functionality in
819 Guzzle\Http\Curl\RequestMediator
821 * Removed the optional $tryChunkedTransfer option from Guzzle\Http\Message\EntityEnclosingRequestIn…
822 * Removed the $asObjects argument from Guzzle\Http\Message\MessageInterface::getHeaders()
832 * Added `Guzzle\Http\Message\RequestInterface::startResponse()` to the RequestInterface to handle i…
835 * Guzzle\Http\Message\Header::hasExactHeader
836 * Guzzle\Http\Message\Header::raw. Use getAll()
837 * Deprecated cache control specific methods on Guzzle\Http\Message\AbstractMessage. Use the CacheCo…
942 * Bug fix: `Guzzle\Http\Message\Response::json()` now allows scalar values to be returned
943 * Bug fix: Fixed bug in `Guzzle\Http\Message\Response` where wrapping quotes were stripped from `ge…
944 * BC: Removed `Guzzle\Http\Utils` class
966 * Guzzle\Http\QueryString does no longer manages the leading "?". This is now handled in Guzzle\Htt…
969 * Adding getResponseBody() to Guzzle\Http\Message\RequestInterface
973 * Guzzle\Http\QueryString now uses Guzzle\Http\QueryAggregator\QueryAggregatorInterface objects to …
975 * The URL encoding implementation of Guzzle\Http\QueryString can now be customized
1002 * Bug: Removing hard dependency on the BackoffPlugin from Guzzle\Http
1008 * Added Guzzle\Http\IoEmittingEntityBody
1016 * Allowing filename to be passed to `Guzzle\Http\Message\Request::setResponseBody()`
1092 * Moved plugins from Guzzle\Http\Plugin to Guzzle\Plugin
1180 * BC: Guzzle\Http\Query
1193 …et ready for subtree splits. Moving Inflection into Common. Moving Guzzle\Http\Parser to Guzzle\Pa…
1216 * Guzzle\Http\EntityBody::factory() now accepts objects with a __toString() method
1225 * BC: Removing Guzzle\Http\Plugin\BatchQueuePlugin
1235 * BC: Renaming Guzzle\Http\Message\RequestInterface::getResourceUri() to getResource()
1237 * BC: Guzzle\Http\Cookie is now used to manage Set-Cookie data, not Cookie data
1241 * Adding a removeValue to Guzzle\Http\Message\Header
1268 * [Http] Adding support for Content-Type in multipart POST uploads per upload
1269 * [Http] Added support for uploading multiple files using the same name (foo[0], foo[1])
1278 * [Http] Better handling of nested scope requests in CurlMulti. Requests are now always prepares i…
1295 * [BC] Moving all HTTP parsing logic to Guzzle\Http\Parsers. Allows for faster C implementations if…
1296 * [BC] Changing the Guzzle\Http\Message\Response::setProtocol() method to accept a protocol and ver…
1299 * [BC] Moved Guzzle\Http\UriTemplate to Guzzle\Http\Parser\UriTemplate\UriTemplate
1303 * Adding Guzzle\Http\Utils class to provide getDefaultUserAgent() and getHttpDate()
1314 * Adding Guzzle\Http\Message\HeaderComparison for easy comparison of HTTP headers using a DSL