MCPcopy 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
66bool HTTPServerRequestImpl::secure() const
67{
68 return _session.socket().secure();
69}
70
71
72StreamSocket& HTTPServerRequestImpl::socket()

Callers

nothing calls this directly

Calls 1

socketMethod · 0.45

Tested by

no test coverage detected