httpheader

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package httpheader provides comma-separated header token helpers shared by the root package's built-in middleware tier and the middleware package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddToken

func AddToken(h http.Header, key, token string)

AddToken appends token to the comma-separated header unless it is already present.

func HasToken

func HasToken(h http.Header, key, token string) bool

HasToken reports whether a comma-separated header contains token. Comparisons are case-insensitive and ignore surrounding spaces.

Types

This section is empty.

Jump to

Keyboard shortcuts

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