http.h 145 B

123456789101112
  1. #ifndef HM_HTTP_H
  2. #define HM_HTTP_H
  3. namespace hm {
  4. [[noreturn]] void StartHttpServer();
  5. void StopHttpServer();
  6. }
  7. #endif //HM_HTTP_H