MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / StartREST

Function StartREST

src/rest.cpp:604–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602};
603
604bool StartREST()
605{
606 for (unsigned int i = 0; i < ARRAYLEN(uri_prefixes); i++)
607 RegisterHTTPHandler(uri_prefixes[i].prefix, false, uri_prefixes[i].handler);
608 return true;
609}
610
611void InterruptREST()
612{

Callers 1

AppInitServersFunction · 0.85

Calls 1

RegisterHTTPHandlerFunction · 0.85

Tested by

no test coverage detected