cookieparser

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2022 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 CookieParser

type CookieParser interface {
	Parse() (Cookies, error)
	String(c Cookies) string
}

type CookieParserStringify

type CookieParserStringify struct {
}

func (CookieParserStringify) String

func (p CookieParserStringify) String(cookies Cookies) string

type Cookies

type Cookies map[string]string

type NCFCookieParser

type NCFCookieParser struct {
	CookieParserStringify
	Path string
}

func (*NCFCookieParser) Parse

func (p *NCFCookieParser) Parse() (Cookies, error)

Jump to

Keyboard shortcuts

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