MCPcopy Create free account
hub / github.com/LUX-Core/lux / StopREST

Function StopREST

src/rest.cpp:581–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581void StopREST()
582{
583 for (unsigned int i = 0; i < ARRAYLEN(uri_prefixes); i++)
584 UnregisterHTTPHandler(uri_prefixes[i].prefix, false);
585}

Callers 1

PrepareShutdownFunction · 0.85

Calls 1

UnregisterHTTPHandlerFunction · 0.85

Tested by

no test coverage detected