cookie

package
v0.0.0-...-b667aad Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Propagator

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

func NewPropagator

func NewPropagator(cookieName string, opts ...PropagatorOption) *Propagator

func (*Propagator) Extract

func (p *Propagator) Extract(req *http.Request) (string, error)

func (*Propagator) Inject

func (p *Propagator) Inject(id string, writer http.ResponseWriter) error

func (*Propagator) Remove

func (p *Propagator) Remove(writer http.ResponseWriter) error

type PropagatorOption

type PropagatorOption func(propagator *Propagator)

func WithCookieOption

func WithCookieOption(opt func(c *http.Cookie)) PropagatorOption

Jump to

Keyboard shortcuts

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