| 168 | |
| 169 | |
| 170 | bool HTTPCredentials::hasProxyBasicCredentials(const HTTPRequest& request) |
| 171 | { |
| 172 | return request.has(HTTPRequest::PROXY_AUTHORIZATION) && isBasicCredentials(request.get(HTTPRequest::PROXY_AUTHORIZATION)); |
| 173 | } |
| 174 | |
| 175 | |
| 176 | bool HTTPCredentials::hasProxyDigestCredentials(const HTTPRequest& request) |