cookie

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2025 License: MIT Imports: 10 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) Extract

func (c *ChromiumCookie) Extract(masterKey []byte) error

func (*ChromiumCookie) Len

func (c *ChromiumCookie) Len() int

func (*ChromiumCookie) Name

func (c *ChromiumCookie) Name() string
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) Extract

func (f *FirefoxCookie) Extract(_ []byte) error

func (*FirefoxCookie) Len

func (f *FirefoxCookie) Len() int

func (*FirefoxCookie) Name

func (f *FirefoxCookie) Name() string

Jump to

Keyboard shortcuts

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