Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ HttpServer
Method
HttpServer
net/http/server/server.cpp:71–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
};
70
71
HttpServer::HttpServer() : m_impl(new Impl()) {
72
}
73
74
HttpServer::~HttpServer() {
75
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected