httpsec

package
v1.126.0 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package httpsec provides HTTP security primitives for serving commands.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BearerAuth

func BearerAuth(token string) func(http.Handler) http.Handler

BearerAuth authenticates requests with a static bearer token.

Types

type OriginMatcher

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

OriginMatcher holds validated literal origins and compiled origin patterns.

func ParseOrigins

func ParseOrigins(spec string) (*OriginMatcher, error)

ParseOrigins parses a comma-separated list of literal origins and regular expression patterns prefixed with "~".

func (*OriginMatcher) HasPatterns

func (m *OriginMatcher) HasPatterns() bool

HasPatterns reports whether the matcher has regular expression patterns.

func (*OriginMatcher) Literals

func (m *OriginMatcher) Literals() []string

Literals returns the configured literal origins.

func (*OriginMatcher) MatchPattern

func (m *OriginMatcher) MatchPattern(origin string) bool

MatchPattern reports whether origin matches a configured regular expression.

Jump to

Keyboard shortcuts

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