pub fn basic_auth_header(user: &str, password: &str) -> StringExpand description
Construct a Basic Authentication header value.
Returns "Basic <base64(user:password)>".
pub fn basic_auth_header(user: &str, password: &str) -> StringConstruct a Basic Authentication header value.
Returns "Basic <base64(user:password)>".