Function wiremock::matchers::basic_auth

source ·
pub fn basic_auth<U, P>(username: U, password: P) -> BasicAuthMatcherwhere
    U: AsRef<str>,
    P: AsRef<str>,
Expand description