More h3 wrap up

This commit is contained in:
Alex Hultman
2022-05-15 04:23:47 +02:00
parent 9f9ca6936a
commit 7da868a57d
6 changed files with 73 additions and 32 deletions
+9
View File
@@ -0,0 +1,9 @@
#include "HttpRouter.h"
namespace uWS {
struct Http3ContextData {
HttpRouter<int> router;
};
}