Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotStrict = errors.New(`netscape cookie file: file format not strictly followed`)
Functions ¶
Types ¶
type CookieStore ¶
type CookieStore struct { cookies.DefaultCookieStore // contains filtered or unexported fields }
func (*CookieStore) IsStrict ¶
func (s *CookieStore) IsStrict() bool
strict netscape cookies.txt format
func (*CookieStore) TraverseCookies ¶ added in v0.2.3
func (s *CookieStore) TraverseCookies(filters ...kooky.Filter) kooky.CookieSeq
Click to show internal directories.
Click to hide internal directories.