Method HttpResponseMessage() :getCookies() Foundation
Gets all cookies.
:getCookies( [<cName>] ) --> aCookies
:getCookies() returns an array of DataObjects which represent the cookies. See the return value of the method :getCookie() for a description of the members defined in the data objects.
The method :getCookies() gets the cookie definitions as sent by the server. If a cookie name is passed in the <cName> parameter, only the cookies with the specified name are returned.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.