Gets all cookies for a certain URL.
@param url The URL whose cookies will be retrieved.
@param exclude_http_only Whether or not to exclude HTTP-only cookies from the result.
@return Returns the cookie string. (You do not need to destroy this string)
See Implementation
Gets all cookies for a certain URL.
@param url The URL whose cookies will be retrieved.
@param exclude_http_only Whether or not to exclude HTTP-only cookies from the result.
@return Returns the cookie string. (You do not need to destroy this string)