MCPcopy Create free account
hub / github.com/chronoxor/CppServer / CreateSession

Method CreateSession

include/server/http/https_server.h:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63protected:
64 std::shared_ptr<Asio::SSLSession> CreateSession(const std::shared_ptr<Asio::SSLServer>& server) override { return std::make_shared<HTTPSSession>(std::dynamic_pointer_cast<HTTPSServer>(server)); }
65
66private:
67 // Static content cache

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected