Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CookieJar ¶
CookieJar returns an initiated http.CookieJar based on the cookies stored by the Netscape browser. Set cookies are memory stored and do not modify any browser files.
func CookieStore ¶
CookieStore has to be closed with CookieStore.Close() after use.
func ReadCookies ¶
func ReadCookies(filename string, filters ...kooky.Filter) (c []*kooky.Cookie, strict bool, e error)
This ReadCookies() function returns an additional boolean "strict" telling if the file adheres to the netscape cookies.txt format
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.