Module http_auth::parser[][src]

Expand description

Parses as in RFC 7235.

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

Structs

Parses a list of challenges as in RFC 7235 Proxy-Authenticate or WWW-Authenticate header values.

Describes a parse error and where in the input it occurs.