Versions in this module Expand all Collapse all v0 v0.2.4 Jul 10, 2025 v0.2.3 Jul 10, 2025 Changes in this version + var ErrNotStrict = netscape.ErrNotStrict + func TraverseCookies(filename string, filters ...kooky.Filter) (_ kooky.CookieSeq, strict func() bool) v0.2.2 Jun 9, 2024 v0.2.1 May 25, 2024 Changes in this version + func CookieJar(filename string, filters ...kooky.Filter) (http.CookieJar, error) + func CookieStore(filename string, filters ...kooky.Filter) (kooky.CookieStore, error) + func ReadCookies(filename string, filters ...kooky.Filter) (c []*kooky.Cookie, strict bool, e error)