[#StartHTTPServer] = StartHTTPServer :mrdocs: Start HTTP server. This is separate from InitHTTPServer to give users race‐condition‐free time to register their handlers between InitHTTPServer and StartHTTPServer. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void StartHTTPServer(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#