pub fn parse_basic_auth(value: &str) -> Option<(String, String)>
Parse Basic authentication from a Proxy-Authorization header value.
Exposed for fuzzing. Returns None if the value is not a Basic auth header.
None