Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cookies ¶
type Cookies struct { Domain string `json:"domain,omitempty"` Path string `json:"path,omitempty"` Lifetime int `json:"lifetime,omitempty"` }
Cookies represent a common set of configuration settings applicable to the cookies issued by the plugin.
func (*Cookies) GetCookie ¶ added in v1.4.2
GetCookie returns raw cookie string from key-value input.
func (*Cookies) GetDeleteCookie ¶ added in v1.4.2
GetDeleteCookie returns raw cookie with attributes for delete action.
Click to show internal directories.
Click to hide internal directories.