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 GetRequestBufferingLimit ¶
GetRequestBufferingLimit reports the fixed in-memory replay budget carried by the request-buffering context state.
Types ¶
type Plugin ¶
type Plugin struct {
base.BasePlugin
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.