pub fn parse_basic_auth_header_opt( header_value: &str, ) -> Option<(String, String)>
Parse a basic auth header value (“Basic base64(user:pass)”).