pub const QUERY: &str = "?";
A query symbol (?). This constant represents the question mark character, which is/// commonly used to denote the beginning of a query string in a URL.
?