Lines Matching refs:Message

432   `GuzzleHttp\Message\MessageInterface::getHeader`. If you want to get a header
436 * `GuzzleHttp\Message\MessageFactory` no longer allows subclasses to add
563 * Added `setPort()` and `getPort()` to `GuzzleHttp\Message\RequestInterface`.
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…
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`
767 * Removed `Guzzle\Http\Message\RequestInterface::canCache`
768 * Removed `Guzzle\Http\Message\RequestInterface::setIsRedirect`
769 * Removed `Guzzle\Http\Message\RequestInterface::isRedirect`
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.
818 * Removed Guzzle\Http\Message\Request::receivedRequestHeader() and implemented this functionality in
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…
969 * Adding getResponseBody() to Guzzle\Http\Message\RequestInterface
1016 * Allowing filename to be passed to `Guzzle\Http\Message\Request::setResponseBody()`
1235 * BC: Renaming Guzzle\Http\Message\RequestInterface::getResourceUri() to getResource()
1241 * Adding a removeValue to Guzzle\Http\Message\Header
1296 * [BC] Changing the Guzzle\Http\Message\Response::setProtocol() method to accept a protocol and ver…
1314 * Adding Guzzle\Http\Message\HeaderComparison for easy comparison of HTTP headers using a DSL