soup.cookie_jar_text

Module for [CookieJarText] class

Types 3

Text-file-based ("cookies.txt") Cookie Jar

#SoupCookieJarText is a class@CookieJar that reads cookies from and writes them to a text file in format similar to Mozilla's "cookies.txt".

Methods
GType _gType() @property
CookieJarText self()Returns `this`, for use in `with` statements.
CookieJarTextGidBuilder builder()Get builder for [soup.cookiejartext.CookieJarText] Returns: New builder object
string filename() @propertyGet `filename` property. Returns: Cookie-storage filename.
Constructors
this(void * ptr, Flag!"Take" take)
this(string filename, bool readOnly)Creates a #SoupCookieJarText.
Methods
T filename(string propval)Set `filename` property. Params: propval = Cookie-storage filename. Returns: Builder instance for fluent chaining

Fluent builder for [soup.cookie_jar_text.CookieJarText]