AuthDomainDigest  
    Server-side "Digest" authentication.
#SoupAuthDomainDigest handles the server side of HTTP "Digest" authentication.
Skipped during bindings generation
- method - auth-callback: Property has no getter
- method - auth-data: Property has no getter nor setter
- constructor - new: Varargs parameter is not supported
Constructors
Functions
Checks if @msg contains appropriate authorization for @domain to accept it.
Adds a "WWW-Authenticate" or "Proxy-Authenticate" header to @msg.
Checks if @msg authenticates to @domain via @username and
Checks if @domain requires @msg to be authenticated (according to its paths and filter function).
Removes @path from @domain.
Sets the callback that @domain will use to authenticate incoming requests.
Adds @filter as an authentication filter to @domain.
Sets @auth_callback as an authentication-handling callback for @domain.