initial commit

This commit is contained in:
2025-08-05 15:53:44 +08:00
commit 09dc02ae52
553 changed files with 137665 additions and 0 deletions

11
third_party/libhv/examples/httpd/router.h vendored Executable file
View File

@@ -0,0 +1,11 @@
#ifndef HV_HTTPD_ROUTER_H
#define HV_HTTPD_ROUTER_H
#include "HttpService.h"
class Router {
public:
static void Register(hv::HttpService& router);
};
#endif // HV_HTTPD_ROUTER_H