pub type Query<'a> = HashMap<&'a str, &'a str>;
Query parameters.
pub struct Query<'a> { /* private fields */ }