# Functions
ContainsCookie checks if a cookie name is represented in cookies.
StringifyCookies serializes list of http.Cookies to string.
UnstringifyCookies deserializes a cookie string to http.Cookies.
# Structs
InMemoryStorage is the default storage backend of colly.
# Interfaces
Storage is an interface which handles Collector's internal data, like visited urls and cookies.