initial commit
This commit is contained in:
11
third_party/libhv/examples/httpd/router.h
vendored
Executable file
11
third_party/libhv/examples/httpd/router.h
vendored
Executable 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
|
||||
Reference in New Issue
Block a user