vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Struct DigestAuthParams

Structure which describes requirements of the digest authentication - see https://tools.ietf.org/html/rfc2617

struct DigestAuthParams ;

Constructors

NameDescription
this (auth) Parses WWW-Authenticate header value with the digest parameters

Fields

NameTypeDescription
algorithm DigestAuthParams.Algorithm
domain string
nonce string
opaque string
qop DigestAuthParams.Qop
realm string
stale bool

Enums

NameDescription
Algorithm
Qop
Authors

Kai Nacke

Copyright

© 2015 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.