Documentation ¶
Overview ¶
Package cookies implements a persistent cookie jar which satisfies the http.CookieJar interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Jar ¶
type Jar struct {
// contains filtered or unexported fields
}
Jar implements http.CookieJar by wrapping the standard library's cookiejar.Jar. The jar uses a pantry to load cookies at startup and save cookies when set.
func (*Jar) PersistCookies ¶
PersistCookies persists the cookies to disk.
Click to show internal directories.
Click to hide internal directories.