Function format_authorization_by_basic
pub fn format_authorization_by_basic(
username: &str,
password: &str,
) -> Result<String, Error>Expand description
format authorization header by basic auth.
ยงErrors
If input username is empty, function will return an unexpected error.