# Structs
No description provided by the author
DefaultCookieStore implements most of the kooky.CookieStore interface except for the ReadCookies method
func (s *DefaultCookieStore) ReadCookies(filters ...kooky.Filter) ([]*kooky.Cookie, error)
DefaultCookieStore also provides an Open() method
*/.
# Interfaces
kooky.CookieStore without http.CookieJar and SubJar().