cookie

package
v0.0.0-...-ce8c22f Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cookie struct {
	// contains filtered or unexported fields
}

func NewCookie

func NewCookie() *Cookie

func (*Cookie) AddCoookie

func (c *Cookie) AddCoookie(key string, value string)

func (*Cookie) GetCookies

func (c *Cookie) GetCookies() (map[string]string, error)

func (*Cookie) GetValue

func (c *Cookie) GetValue(key string) (string, error)

type Cookies

type Cookies interface {
	GetCookies() (map[string]string, error)
}

Jump to

Keyboard shortcuts

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