pub const DEFAULT_MAX_REQUEST_LINE_SIZE: usize = KB_8; // 8_192usize
The default maximum request line size. This constant defines the maximum size of an HTTP request line to prevent buffer overflow attacks and resource exhaustion.