pub const DEFAULT_HTTP_PATH: &str = "/";
The default HTTP path. This constant represents the root path of a URL, which is used/// when no specific path is provided.