Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CookieQuickManager ¶
type CookieQuickManager struct {
PathRaw string `json:"Path raw"`
HostRaw string `json:"Host raw"`
ExpiresRaw string `json:"Expires raw"`
ContentRaw string `json:"Content raw"`
NameRaw string `json:"Name raw"`
SameSiteRaw string `json:"SameSite raw"`
ThisDomainOnlyRaw string `json:"This domain only raw"`
StoreRaw string `json:"Store raw"`
FirstPartyDomain string `json:"First Party Domain"`
HTTPOnlyRaw string `json:"HTTP only raw,omitempty"`
}
type StorageAce ¶ added in v1.0.5
type StorageAce struct {
Domain string `json:"domain"`
ExpirationDate float64 `json:"expirationDate,omitempty"`
HostOnly bool `json:"hostOnly"`
HTTPOnly bool `json:"httpOnly"`
Name string `json:"name"`
Path string `json:"path"`
SameSite string `json:"sameSite"`
Secure bool `json:"secure"`
Session bool `json:"session"`
StoreID string `json:"storeId"`
Value string `json:"value"`
}
Click to show internal directories.
Click to hide internal directories.