Lines Matching refs:Message

10 HTTP message interaction (e.g., `GuzzleHttp\Message\Request`) need to be
78 - Guzzle now uses `Psr\Http\Message\UriInterface` (implements in
215 `GuzzleHttp\Message\MessageInterface::getHeader`. If you want to get a header
384 - `GuzzleHttp\Message\EntityEnclosingRequest` and
385 `GuzzleHttp\Message\EntityEnclosingRequestInterface` have been removed. The
387 contain a body has been removed, and now `GuzzleHttp\Message\RequestInterface`
390 `GuzzleHttp\Message\ResponseInterface`.
391 - `GuzzleHttp\Message\RequestFactoryInterface` has been renamed to
392 `GuzzleHttp\Message\MessageFactoryInterface`. This interface is used to create
394 `GuzzleHttp\Message\MessageFactory`.
398 standard `GuzzleHttp\Message\MessageFactoryInterface` will automatically use
410 - `GuzzleHttp\Message\Header` has been removed. Header values are now simply
418 - Custom headers like `GuzzleHttp\Message\Header\Link` have been removed. Most
420 subscribers/plugins, and `GuzzleHttp\Message\HeaderValues::parseParams()` has
426 - `GuzzleHttp\Message\Response::getInfo()` and
427 `GuzzleHttp\Message\Response::setInfo()` have been removed. Use the event
429 - `GuzzleHttp\Message\Response::getRawHeaders()` has been removed.
430 - `GuzzleHttp\Message\Response::getMessage()` has been removed.
431 - `GuzzleHttp\Message\Response::calculateAge()` and other cache specific
435 - `GuzzleHttp\Message\Response::setRequest()` and
436 `GuzzleHttp\Message\Response::getRequest()` have been removed. Use the event
438 - `GuzzleHttp\Message\Response::getRedirectCount()` has been removed. Use the
440 - `GuzzleHttp\Message\Response::isSuccessful()` and other related methods have
446 `GuzzleHttp\Message\ResponseInterface` object that contains a body stream
565 - Message: Message parsing logic for both requests and responses has been moved
566 to `GuzzleHttp\Message\MessageFactory::fromMessage`. Message parsing is only
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.
726 - Added an `$options` argument to the end of `Guzzle\Http\Message\Request\RequestFactoryInterface::…
727 - Added an `applyOptions()` method to `Guzzle\Http\Message\Request\RequestFactoryInterface`
748 - Removed `Guzzle\Http\Message\RequestInterface::canCache`. Use the CachePlugin.
749 - Removed `Guzzle\Http\Message\RequestInterface::setIsRedirect`. Use the HistoryPlugin.
750 - Removed `Guzzle\Http\Message\RequestInterface::isRedirect`. Use the HistoryPlugin.
781 If you previously relied on Guzzle\Http\Message\Header::raw(), then you will need to update your co…
788 * Removed Guzzle\Http\Message\Request::receivedRequestHeader() and implemented this functionality in
791 * Removed the optional $tryChunkedTransfer option from Guzzle\Http\Message\EntityEnclosingRequestIn…
792 * Removed the $asObjects argument from Guzzle\Http\Message\MessageInterface::getHeaders()
802 * Guzzle\Http\Message\Header::hasExactHeader
803 * Guzzle\Http\Message\Header::raw. Use getAll()
804 * Deprecated cache control specific methods on Guzzle\Http\Message\AbstractMessage. Use the CacheCo…
816 * Added `Guzzle\Http\Message\RequestInterface::startResponse()` to the RequestInterface to handle i…
830 `Guzzle\Http\Message\Response::getEtag()` no longer strips quotes around the ETag response header