Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
void HTTPRequest::setCredentials(const std::string& scheme, const std::string& authInfo)
170
{
171
setCredentials(AUTHORIZATION, scheme, authInfo);
172
}
173
174
175
bool HTTPRequest::hasProxyCredentials() const
Callers
3
authenticate
Method · 0.45
authenticate
Method · 0.45
updateAuthInfo
Method · 0.45
Calls
2
set
Function · 0.50
append
Method · 0.45
Tested by
no test coverage detected