Documentation
¶
Index ¶
- Variables
- func CookieStore(filename string, filters ...kooky.Filter) (kooky.CookieStore, error)
- func ReadCookies(ctx context.Context, filename string, filters ...kooky.Filter) (_ []*kooky.Cookie, strict bool, _ error)
- func TraverseCookies(filename string, filters ...kooky.Filter) (_ kooky.CookieSeq, strict func() bool)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotStrict = netscape.ErrNotStrict
Functions ¶
func CookieStore ¶
CookieStore has to be closed with CookieStore.Close() after use.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.