Constant QUERY_SYMBOL

Source
pub const QUERY_SYMBOL: &str = "?";
Expand description

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.