| 156 | |
| 157 | |
| 158 | bool HTTPCredentials::hasBasicCredentials(const HTTPRequest& request) |
| 159 | { |
| 160 | return request.has(HTTPRequest::AUTHORIZATION) && isBasicCredentials(request.get(HTTPRequest::AUTHORIZATION)); |
| 161 | } |
| 162 | |
| 163 | |
| 164 | bool HTTPCredentials::hasDigestCredentials(const HTTPRequest& request) |