Versions in this module Expand all Collapse all v0 v0.2.1 May 10, 2024 Changes in this version + type CookieJar struct + func (s *CookieJar) Cookies(u *url.URL) []*http.Cookie + func (s *CookieJar) InitJar() error + func (s *CookieJar) SubJar(filters ...kooky.Filter) (http.CookieJar, error) + type CookieStore interface + Browser func() string + Close func() error + FilePath func() string + IsDefaultProfile func() bool + Profile func() string + ReadCookies func(...kooky.Filter) ([]*kooky.Cookie, error) + type DefaultCookieStore struct + BrowserStr string + File *os.File + FileNameStr string + IsDefaultProfileBool bool + OSStr string + ProfileStr string + func (s *DefaultCookieStore) Browser() string + func (s *DefaultCookieStore) Close() error + func (s *DefaultCookieStore) FilePath() string + func (s *DefaultCookieStore) IsDefaultProfile() bool + func (s *DefaultCookieStore) Open() error + func (s *DefaultCookieStore) Profile() string