requestmeta

package
v0.4.4 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SourceRemoteAddr    = "remote_addr"
	SourceXForwardedFor = "x_forwarded_for"
	SourceXRealIP       = "x_real_ip"
)

Variables

This section is empty.

Functions

func WithClientInfo

func WithClientInfo(ctx context.Context, info ClientInfo) context.Context

Types

type ClientInfo

type ClientInfo struct {
	IP       string
	IPSource string
}

func FromContext

func FromContext(ctx context.Context) (ClientInfo, bool)

type IPResolver

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

func NewIPResolver

func NewIPResolver(trustedProxyCIDRs []netip.Prefix) *IPResolver

func (*IPResolver) IsTrustedProxyRequest

func (r *IPResolver) IsTrustedProxyRequest(remoteAddr string) bool

func (*IPResolver) Resolve

func (r *IPResolver) Resolve(req *http.Request) ClientInfo

Jump to

Keyboard shortcuts

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