pub type Query<'a> = Vec<(&'a str, &'a str)>;
A predefined type for the query type in the HTTP client.
pub struct Query<'a> { /* private fields */ }