interface MessageInterface

Request and response message interface

Hierarchy

Expanded class hierarchy of MessageInterface

All classes that implement MessageInterface

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php, line 11

Namespace

Guzzle\Http\Message
View source

Members

Namesort descending Modifiers Type Description Overrides
MessageInterface::addCacheControlDirective public function Add a Cache-Control directive on the message 1
MessageInterface::addHeader public function Add a header to an existing collection of headers. 1
MessageInterface::addHeaders public function Add and merge in an array of HTTP headers. 1
MessageInterface::getCacheControlDirective public function Get a Cache-Control directive from the message 1
MessageInterface::getHeader public function Retrieve an HTTP header by name. Performs a case-insensitive search of all headers. 1
MessageInterface::getHeaderLines public function Get an array of message header lines 1
MessageInterface::getHeaders public function Get all headers as a collection 1
MessageInterface::getParams public function Get application and plugin specific parameters set on the message. 1
MessageInterface::getRawHeaders public function Get the raw message headers as a string 2
MessageInterface::getTokenizedHeader public function Get a tokenized header as a Collection 1
MessageInterface::hasCacheControlDirective public function Check if the message has a Cache-Control directive 1
MessageInterface::hasHeader public function Check if the specified header is present. 1
MessageInterface::removeCacheControlDirective public function Remove a Cache-Control directive from the message 1
MessageInterface::removeHeader public function Remove a specific HTTP header. 1
MessageInterface::setHeader public function Set an HTTP header 1
MessageInterface::setHeaders public function Overwrite all HTTP headers with the supplied array of headers 1
MessageInterface::setTokenizedHeader public function Set a tokenized header on the request that implodes a Collection of data into a string separated by a token. 1