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()
.
pub fn parse(www_authorize: &str) -> Result<WwwAuthenticateHeader>
Parse the WWW-Authorization header value.
It’s just a convenience method to call WwwAuthenticateHeader::parse()
.