[][src]Function digest_auth::parse

pub fn parse(www_authorize: &str) -> Result<WwwAuthenticateHeader>

Parse the WWW-Authorization header value. It's just a convenience method to call WwwAuthenticateHeader::parse().