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