| 162 | |
| 163 | |
| 164 | bool HTTPCredentials::hasDigestCredentials(const HTTPRequest& request) |
| 165 | { |
| 166 | return request.has(HTTPRequest::AUTHORIZATION) && isDigestCredentials(request.get(HTTPRequest::AUTHORIZATION)); |
| 167 | } |
| 168 | |
| 169 | |
| 170 | bool HTTPCredentials::hasProxyBasicCredentials(const HTTPRequest& request) |