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

Method HTTPSSession

source/server/http/https_session.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace HTTP {
14
15HTTPSSession::HTTPSSession(const std::shared_ptr<HTTPSServer>& server)
16 : Asio::SSLSession(server),
17 _cache(server->cache())
18{
19}
20
21void HTTPSSession::onReceived(const void* buffer, size_t size)
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected