pub type QueryParams = HashMap<String, String>;
Type alias for query parameters, typically a HashMap.
pub struct QueryParams { /* private fields */ }