Base class for other HTTP requests/responses
Defines some common helper methods, constants and properties.
string 'DELETE'
HTTP DELETE method
string 'GET'
HTTP GET method
string 'HEAD'
HTTP HEAD method
string 'OPTIONS'
HTTP OPTIONS method
string 'PATCH'
HTTP PATCH method
string 'POST'
HTTP POST method
string 'PUT'
HTTP PUT method
string 'TRACE'
HTTP TRACE method
int 202
HTTP 202 code
int 201
HTTP 201 code
int 302
HTTP 302 code
int 301
HTTP 301 code
int 203
HTTP 203 code
int 204
HTTP 204 code
int 200
HTTP 200 code
int 308
HTTP 308 code
int 303
HTTP 303 code
int 307
HTTP 307 code
arrayThe array of cookies in the response.
Get all cookies
cookies(): array
Get all cookies
arrayThe array of cookies in the response.
array
© 2005–present 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.
https://api.cakephp.org/4.4/class-Cake.Http.Client.Message.html