cookie

package
v0.0.0-3 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChromiumCookie

type ChromiumCookie []Cookie

func (*ChromiumCookie) Length

func (c *ChromiumCookie) Length() int

func (*ChromiumCookie) Name

func (c *ChromiumCookie) Name() string

func (*ChromiumCookie) Parse

func (c *ChromiumCookie) Parse(masterKey []byte) error
type Cookie struct {
	Host    string
	Path    string
	KeyName string

	Value        string
	IsSecure     bool
	IsHTTPOnly   bool
	HasExpire    bool
	IsPersistent bool
	CreateDate   time.Time
	ExpireDate   time.Time
	// contains filtered or unexported fields
}

type FirefoxCookie

type FirefoxCookie []Cookie

func (*FirefoxCookie) Length

func (f *FirefoxCookie) Length() int

func (*FirefoxCookie) Name

func (f *FirefoxCookie) Name() string

func (*FirefoxCookie) Parse

func (f *FirefoxCookie) Parse(masterKey []byte) error

Jump to

Keyboard shortcuts

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