MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / HttpHandler

Method HttpHandler

src/render/plugins/net_ws/http_handler.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 constexpr auto kHandlerErrCreateRtcLocalServerFailed = 703;
20
21 HttpHandler::HttpHandler(WsPlugin* plugin) {
22 this->plugin_ = plugin;
23 }
24
25 std::string HttpHandler::GetErrorMessage(int code) {
26 if (code == kHandlerErrVerifySafetyPasswordFailed) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected