Skip to main content

parse_authorization

Function parse_authorization 

Source
pub fn parse_authorization(
    header_value: &str,
) -> Result<AuthCredential, AuthError>
Expand description

Parse an Authorization header value into a structured credential.