| 129 | |
| 130 | |
| 131 | void HTTPDigestCredentials::authenticate(HTTPRequest& request, const HTTPResponse& response) |
| 132 | { |
| 133 | authenticate(request, HTTPAuthenticationParams(response)); |
| 134 | } |
| 135 | |
| 136 | |
| 137 | void HTTPDigestCredentials::authenticate(HTTPRequest& request, const HTTPAuthenticationParams& responseAuthParams) |
nothing calls this directly
no test coverage detected