Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/CppServer
/ HTTPSServer
Method
HTTPSServer
include/server/http/https_server.h:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
using SSLServer::SSLServer;
33
34
HTTPSServer(const HTTPSServer&) = delete;
35
HTTPSServer(HTTPSServer&&) = delete;
36
virtual ~HTTPSServer() = default;
37
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected