Crate www_authenticate[][src]

www-authenticate missing HTTP WWW-Authenticate header parser/printer for hyper

Structs

BasicChallenge

The challenge for Basic authentication

ChallengeFields

A representation of the challenge fields

DigestChallenge

The challenge for Digest authentication

WwwAuthenticate

WWW-Authenticate header, defined in RFC7235

Enums

Algorithm

Algorithms used to produce the digest and unkeyed digest.

Qop

Quority of protection

RawChallenge

A representation of raw challenges. A Challenge is either a token or fields.

Traits

Challenge

The challenge described in RFC7235. Used in WWW-Authenticate header.