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

Method setCredentials

base/poco/Net/src/HTTPRequest.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168
169void HTTPRequest::setCredentials(const std::string& scheme, const std::string& authInfo)
170{
171 setCredentials(AUTHORIZATION, scheme, authInfo);
172}
173
174
175bool HTTPRequest::hasProxyCredentials() const

Callers 3

authenticateMethod · 0.45
authenticateMethod · 0.45
updateAuthInfoMethod · 0.45

Calls 2

setFunction · 0.50
appendMethod · 0.45

Tested by

no test coverage detected