Module parser

Source
Expand description

Parses as in RFC 7235.

Most callers don’t need to directly parse; see crate::PasswordClient instead.

Structs§

ChallengeParser
Parses a list of challenges as in RFC 7235 Proxy-Authenticate or WWW-Authenticate header values.
Error
Describes a parse error and where in the input it occurs.