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

Method hasDigestCredentials

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

hasMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected