extract_bearer_token

Function extract_bearer_token 

Source
fn extract_bearer_token(request: &Request) -> Result<String, StatusCode>
Expand description

Extracts the Bearer token from the Authorization header of the request.