[#StartREST] = StartREST :mrdocs: Start HTTP REST subsystem. Precondition; HTTP and RPC has been started. == Synopsis Declared in `<httprpc.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void StartREST(std::any const& context); ---- == Parameters [cols="1,4"] |=== | Name| Description | *context* | Node context, passed on to the registered REST handlers. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#