Searched defs:basic_auth (Results 1 – 3 of 3) sorted by relevance
307 pub fn basic_auth(mut self, username: &str, password: &str) -> Self { in basic_auth() method
443 pub fn basic_auth(mut self, username: &str, password: &str) -> Self { in basic_auth() method
76 pub(crate) fn basic_auth(&mut self, username: &str, password: &str) { in basic_auth() method