Versions in this module Expand all Collapse all v1 v1.2.0 Feb 13, 2019 Changes in this version + func ContainsCookie(cookies []*http.Cookie, name string) bool + func StringifyCookies(cookies []*http.Cookie) string + func UnstringifyCookies(s string) []*http.Cookie + type InMemoryStorage struct + func (s *InMemoryStorage) Close() error + func (s *InMemoryStorage) Cookies(u *url.URL) string + func (s *InMemoryStorage) Init() error + func (s *InMemoryStorage) IsVisited(requestID uint64) (bool, error) + func (s *InMemoryStorage) SetCookies(u *url.URL, cookies string) + func (s *InMemoryStorage) Visited(requestID uint64) error + type Storage interface + Cookies func(u *url.URL) string + Init func() error + IsVisited func(requestID uint64) (bool, error) + SetCookies func(u *url.URL, cookies string) + Visited func(requestID uint64) error