Function http_auth::parse_challenges[][src]

pub fn parse_challenges(input: &str) -> Result<Vec<ChallengeRef<'_>>, Error<'_>>
Expand description

Parses a list of challenges into a Vec.

This is a shorthand for parser::ChallengeParser::new(input).collect().