Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ setURI
Method
setURI
base/poco/Net/src/HTTPRequest.cpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
87
88
void HTTPRequest::setURI(const std::string& uri)
89
{
90
_uri = uri;
91
}
92
93
94
void HTTPRequest::setHost(const std::string& host)
Callers
4
HTTPClientSession.cpp
File · 0.45
prepareSubmit
Method · 0.45
makeRequestInternalImpl
Method · 0.45
makeRequestInternalImpl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected