MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / StopREST

Function StopREST

src/rest.cpp:626–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624}
625
626void StopREST()
627{
628 for (unsigned int i = 0; i < ARRAYLEN(uri_prefixes); i++)
629 UnregisterHTTPHandler(uri_prefixes[i].prefix, false);
630}

Callers 1

ShutdownFunction · 0.85

Calls 1

UnregisterHTTPHandlerFunction · 0.85

Tested by

no test coverage detected