soup.cookie_jar_text

Module for CookieJarText class

Types 3

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

#SoupCookieJarText is a soup.cookie_jar.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.cookie_jar_text.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.

Fluent builder implementation template for soup.cookie_jar_text.CookieJarText

Methods
T filename(string propval)Set `filename` property. Params: propval = Cookie-storage filename. Returns: Builder instance for fluent chaining
Methods
CookieJarText build()Create object from builder. Returns: New object