Class AbstractMessage
Abstract HTTP request/response message
- Guzzle\Http\Message\AbstractMessage implements Guzzle\Http\Message\MessageInterface
Indirect known subclasses
Guzzle\Http\Message\EntityEnclosingRequest
public
|
|
public
|
|
public
|
|
public
string|
|
|
public
|
|
public
array
|
|
public
|
|
public
|
|
public
boolean
|
|
public
|
|
public
|
|
public
|
#
setTokenizedHeader( string $header, array|
Set a tokenized header on the request that implodes a Collection of data into a string separated by a token. |
public
null|string
|
|
public
boolean
|
|
public
|
#
addCacheControlDirective( string $directive, boolean|string $value = true )
Add a Cache-Control directive on the message |
public
|
#
removeCacheControlDirective( string $directive )
Remove a Cache-Control directive from the message |
protected
|
#
changedHeader( string $header )
Check to see if the modified headers need to reset any of the managed headers like cache-control |
getRawHeaders()
|
protected
array
|
$headers | array() |
#
HTTP headers |
protected
|
$params |
|
#
Custom message parameters that are extendable by plugins |
protected
string
|
$protocolVersion | '1.1' |