pub fn parse_challenge(header_value: &str) -> Option<DigestChallenge>Expand description
Parse a Digest challenge from a WWW-Authenticate or Proxy-Authenticate header value.
Example input: Digest realm="asterisk", nonce="abc123", algorithm=MD5, qop="auth"