Add some docs for cookies.

This commit is contained in:
mark_story 2013-04-18 21:23:40 -04:00
parent 4d8dd12449
commit 3680ee0f1f

View file

@ -936,6 +936,9 @@ class HttpSocket extends CakeSocket {
/**
* Builds cookie headers for a request.
*
* Cookies can either be in the format returned in responses, or
* a simple key => value pair.
*
* @param array $cookies Array of cookies to send with the request.
* @return string Cookie header string to be sent with the request.
*/