pub type Query<'s> = Vec<(String, String)>;
Type for the URL query.
struct Query<'s> { /* private fields */ }