Function digest_auth::parse

source ·
pub fn parse(www_authorize: &str) -> Result<WwwAuthenticateHeader>
Expand description

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