Function wiremock::matchers::query_param[][src]

pub fn query_param<K, V>(key: K, value: V) -> QueryParamExactMatcher where
    K: Into<String>,
    V: Into<String>,