SoupCookie

Undocumented in source.

Members

Variables

domain
char* domain;

the "domain" attribute, or else the hostname that the cookie came from.

expires
SoupDate* expires;

the cookie expiration time, or %NULL for a session cookie

httpOnly
bool httpOnly;

%TRUE if the cookie should not be exposed to scripts

name
char* name;

the cookie name

path
char* path;

the "path" attribute, or %NULL

secure
bool secure;

%TRUE if the cookie should only be tranferred over SSL

value
char* value;

the cookie value

Meta