package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev

# Functions

New returns a new cookie jar.
ValidStorageKey returns whether the given key is valid for a Storage.

# Constants

Delete means to delete an Entry.
Pass means to take no further action with an Entry.
Update means to update the LastAccess time of an Entry.

# Structs

Entry
Entry is an entry in a Storage.
Jar implements the http.CookieJar interface from the net/http package.
Options are the options for creating a new Jar.

# Interfaces

PublicSuffixList provides the public suffix of a domain.
Storage is a Jar's storage.

# Type aliases

Action is an action returned by the function passed to Entries.