pub const DEFAULT_MAX_PATH_LENGTH: usize = KB_8; // 8_192usize
The default maximum path length. This constant defines the maximum length of the path component in an HTTP request to prevent excessive memory usage.