all_cookies


Description:

[ Version ( since = "2.26" ) ]
public SList<Cookie> all_cookies ()

Constructs a SList with every cookie inside the this.

The cookies in the list are a copy of the original, so you have to free them when you are done with them.

Parameters:

this

a CookieJar

Returns:

a SList with all the cookies in the this.