Base class for other HTTP requests/responses
Defines some common helper methods, constants and properties.
string
'DELETE' string
'GET' string
'HEAD' string
'OPTIONS' string
'PATCH' string
'POST' string
'PUT' string
'TRACE' integer
202 integer
201 integer
302 integer
301 integer
200 integer
303 integer
307 $_cookies protected array$_headers protected array$_version protected string_normalizeHeader( string $name )
Normalize header names to Camel-Case form.
$name body( string|null $body null )
Get/set the body for the message.
$body optional null
© 2005–2016 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
http://api.cakephp.org/3.2/class-Cake.Network.Http.Message.html