proxy_control

package
v0.1.0-alpha.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// DefaultRequestBufferingLimit bounds in-memory request buffering to a
	// fixed, auditable budget. Oversized buffered requests are rejected with
	// HTTP 413 instead of being proxied.
	DefaultRequestBufferingLimit int64 = 8 << 20
)

Variables

This section is empty.

Functions

func GetRequestBuffering

func GetRequestBuffering(r *http.Request) bool

func GetRequestBufferingLimit

func GetRequestBufferingLimit(r *http.Request) int64

GetRequestBufferingLimit reports the fixed in-memory replay budget carried by the request-buffering context state.

func WithRequestBuffering

func WithRequestBuffering(r *http.Request, enabled bool) *http.Request

Types

type Config

type Config struct {
	RequestBuffering *bool `json:"request_buffering,omitempty"`
}

type Plugin

type Plugin struct {
	base.BasePlugin
	// contains filtered or unexported fields
}

func (*Plugin) Config

func (p *Plugin) Config() any

func (*Plugin) Handler

func (p *Plugin) Handler(next http.Handler) http.Handler

func (*Plugin) Init

func (p *Plugin) Init() error

func (*Plugin) PostInit

func (p *Plugin) PostInit() error

Jump to

Keyboard shortcuts

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