Sets the callback that domain will use to authenticate incoming requests.
Encodes the username/realm/password triplet for Digest authentication.
Checks if msg contains appropriate authorization for domain to accept it.
Adds path to domain.
Adds a "WWW-Authenticate" or "Proxy-Authenticate" header to msg.
Checks if msg authenticates to domain via username and password.
Checks if domain requires msg to be authenticated (according to its paths and filter function).
Gets the realm name associated with domain.
Removes path from domain.
Adds filter as an authentication filter to domain.
Sets auth_callback as an authentication-handling callback for domain.
Server-side "Digest" authentication.
#SoupAuthDomainDigest handles the server side of HTTP "Digest" authentication.