servers::http::authorize

Function extract_username_and_password

source
pub fn extract_username_and_password<B>(
    request: &Request<B>,
) -> Result<(String, SecretString)>