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

Function StartREST

src/rest.cpp:570–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568};
569
570bool StartREST()
571{
572 for (unsigned int i = 0; i < ARRAYLEN(uri_prefixes); i++)
573 RegisterHTTPHandler(uri_prefixes[i].prefix, false, uri_prefixes[i].handler);
574 return true;
575}
576
577void InterruptREST()
578{

Callers 1

AppInitServersFunction · 0.85

Calls 1

RegisterHTTPHandlerFunction · 0.85

Tested by

no test coverage detected