Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cookies ¶
type Cookies interface { Write(w http.ResponseWriter, cookie http.Cookie) error Read(r *http.Request, name string) (string, error) }
Cookies Cookies
type GCMEncrypt ¶
type GCMEncrypt struct {
// contains filtered or unexported fields
}
GCMEncrypt GCMEncryption
type SecureCookies ¶
type SecureCookies struct {
// contains filtered or unexported fields
}
SecureCookies SecureCookies
func (*SecureCookies) Write ¶
func (s *SecureCookies) Write(w http.ResponseWriter, cookie http.Cookie) error
Click to show internal directories.
Click to hide internal directories.