kcookie

package
v0.0.0-...-66343a0 Latest Latest
Warning

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

Go to latest
Published: May 14, 2024 License: BSD-3-Clause, BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Overview

Collection of utilities to more easily compose cookies.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(name, value string, co ...Modifier) *http.Cookie

Types

type Modifier

type Modifier func(*http.Cookie)

func WithDomain

func WithDomain(domain string) Modifier

func WithExpires

func WithExpires(when time.Time) Modifier

func WithPath

func WithPath(path string) Modifier

func WithSameSite

func WithSameSite(same http.SameSite) Modifier

func WithSecure

func WithSecure(value bool) Modifier

type Modifiers

type Modifiers []Modifier

func (Modifiers) Apply

func (cg Modifiers) Apply(base *http.Cookie) *http.Cookie

Jump to

Keyboard shortcuts

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