Class
SoupCookieJarText
Description [src]
final class Soup.CookieJarText : Soup.CookieJar {
/* No available fields */
}
Text-file-based (“cookies.txt”) Cookie Jar
SoupCookieJarText is a SoupCookieJar that reads cookies from and writes
them to a text file in format similar to Mozilla’s “cookies.txt”.
Ancestors
- SoupCookieJar
- GObject
Constructors
soup_cookie_jar_text_new
Creates a SoupCookieJarText.
Properties
Soup.CookieJarText:filename
Cookie-storage filename.
Properties inherited from SoupCookieJar (2)
Soup.CookieJar:accept-policy
The policy the jar should follow to accept or reject cookies.
Soup.CookieJar:read-only
Whether or not the cookie jar is read-only.