#ifndef HM_HTTP_H #define HM_HTTP_H namespace hm { [[noreturn]] void StartHttpServer(); void StopHttpServer(); } #endif //HM_HTTP_H