Function parse_basic_auth

Source
fn parse_basic_auth(auth_str: &str) -> Option<(String, String)>