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

Method HTTPSSession

include/server/http/https_session.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31public:
32 explicit HTTPSSession(const std::shared_ptr<HTTPSServer>& server);
33 HTTPSSession(const HTTPSSession&) = delete;
34 HTTPSSession(HTTPSSession&&) = delete;
35 virtual ~HTTPSSession() = default;
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected