Search
The representation of a digest www-authenticate header
@type t() :: %DigexRequest.WWWAuthenticate{ algorithm: atom(), charset: String.t(), domain: [String.t()], nonce: String.t(), opaque: String.t(), qop: String.t(), realm: String.t(), stale: boolean(), userhash: boolean() }
@spec parse(String.t()) :: t()