MCPcopy Create free account
hub / github.com/chen3feng/toft / RegisterHttpHandler

Method RegisterHttpHandler

net/http/server/server.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77bool HttpServer::RegisterHttpHandler(const std::string& path,
78 HttpHandler* handler) {
79 return m_impl->RegisterHttpHandler(path, handler);
80}
81
82bool HttpServer::Bind(const SocketAddress& address, SocketAddress* real_address) {
83 return m_impl->Bind(address, real_address);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected