Computes the Authorization / Proxy-Authorization header value for a Digest challenge.
Implements RFC 2617 (MD5, MD5-sess) and RFC 7616 (SHA-256, SHA-256-sess) with qop=auth,
falling back to the legacy RFC 2069 construction when the server offers no qop.
Computes the
Authorization/Proxy-Authorizationheader value for a Digest challenge.Implements RFC 2617 (MD5, MD5-sess) and RFC 7616 (SHA-256, SHA-256-sess) with
qop=auth, falling back to the legacy RFC 2069 construction when the server offers noqop.