Documentation
¶
Overview ¶
Package kooky contains routines to reach into cookie stores for Chrome and Safari, and retrieve the cookies.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cookie ¶
type Cookie struct {
Domain string
Name string
Path string
Expires time.Time
Secure bool
HttpOnly bool
Creation time.Time
Value string
}
Cookie is the struct returned by functions in this package. Similar to http.Cookie, but just a dumb struct.
func ReadChromeCookies ¶
func ReadSafariCookies ¶
func (Cookie) HttpCookie ¶
HttpCookie returns an http.Cookie equivalent to this Cookie.
Click to show internal directories.
Click to hide internal directories.