MCPcopy Create free account
hub / github.com/ElementsProject/elements / StopREST

Function StopREST

src/rest.cpp:962–967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

960}
961
962void StopREST()
963{
964 for (const auto& up : uri_prefixes) {
965 UnregisterHTTPHandler(up.prefix, false);
966 }
967}

Callers 1

ShutdownFunction · 0.85

Calls 1

UnregisterHTTPHandlerFunction · 0.85

Tested by

no test coverage detected