MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / hasProxyDigestCredentials

Method hasProxyDigestCredentials

base/poco/Net/src/HTTPCredentials.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

hasMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected