MCPcopy 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
71HttpServer::HttpServer() : m_impl(new Impl()) {
72}
73
74HttpServer::~HttpServer() {
75}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected