Type Definition rusty_box::http_client::common::Query

source ·
pub type Query<'a> = HashMap<&'a str, &'a str>;
Expand description

Query parameters.