Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ secure
Method
secure
base/poco/Net/src/HTTPServerRequestImpl.cpp:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
65
66
bool HTTPServerRequestImpl::secure() const
67
{
68
return _session.socket().secure();
69
}
70
71
72
StreamSocket& HTTPServerRequestImpl::socket()
Callers
nothing calls this directly
Calls
1
socket
Method · 0.45
Tested by
no test coverage detected