Function wiremock::matchers::basic_auth

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