pub const DEFAULT_MAX_HEADER_COUNT: usize = 100; // 100usize
The default maximum header count. This constant defines the maximum number of HTTP headers allowed in a single request to prevent resource exhaustion.