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 _getGType() static nothrow
GType _gType() @property nothrow
CookieJarText self() nothrowReturns `this`, for use in `with` statements.
CookieJarTextGidBuilder builder() static nothrowGet builder for [soup.cookie_jar_text.CookieJarText] Returns: New builder object
string filename() @property nothrowGet `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) nothrowSet `filename` property. Params: propval = Cookie-storage filename. Returns: Builder instance for fluent chaining
Methods
CookieJarText build() nothrowCreate object from builder. Returns: New object