fusion/third_party/libhv/examples/httpd/router.h

12 lines
185 B
C
Raw Permalink Normal View History

2025-08-05 07:53:44 +00:00
#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