types

package
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cookie struct {
	Host         string
	Path         string
	KeyName      string
	EncryptValue []byte
	Value        string
	IsSecure     bool
	IsHTTPOnly   bool
	HasExpire    bool
	IsPersistent bool
	CreateDate   time.Time
	ExpireDate   time.Time
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL