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