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

Method hasProxyBasicCredentials

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

hasMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected