Skip to main content

Module header_limits

Module header_limits 

Source
Expand description

HTTP header count and size limit middleware.

Rejects requests that exceed configured header count or total header byte limits, preventing header-flooding DoS attacks that exhaust memory.

Functionsยง

header_limits_middleware
Middleware that enforces header count and total header byte size limits.