Parsed challenge from the 401 response.
Digest auth username.
Hex-encoded digest response (from computeDigestResponse).
Request URI path + query.
Optionalcnonce: stringClient nonce. Auto-generated if omitted (warning: must
match the value used in computeDigestResponse).
Optionalnc: stringNonce count. Defaults to "00000001" if omitted (warning:
must match the value used in computeDigestResponse).
The full Authorization header value, e.g.
Digest username="Mufasa", realm="testrealm@host.com", ...
Format a full
Authorization: Digest ...header value from the challenge and the computed response hash.Only the first
qopvalue (if multiple are offered) is used in the header — per RFC 7616 §3.4, the client chooses one.