| 174 | |
| 175 | |
| 176 | bool HTTPCredentials::hasProxyDigestCredentials(const HTTPRequest& request) |
| 177 | { |
| 178 | return request.has(HTTPRequest::PROXY_AUTHORIZATION) && isDigestCredentials(request.get(HTTPRequest::PROXY_AUTHORIZATION)); |
| 179 | } |
| 180 | |
| 181 | |
| 182 | void HTTPCredentials::extractCredentials(const std::string& userInfo, std::string& username, std::string& password) |