Wrap more h3, bump uSockets, remove old stuff, add SSL cert

This commit is contained in:
Alex Hultman
2022-08-29 01:24:08 +02:00
parent 2ce8af23c7
commit 0f80f142d7
17 changed files with 90 additions and 279 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
/* Tentative example of simple Http3 server */
int main() {
uWS::H3App({
.key_file_name = "../misc/key.pem",
.cert_file_name = "../misc/cert.pem",
.key_file_name = "misc/key.pem",
.cert_file_name = "misc/cert.pem",
.passphrase = "1234"
}).get("/*", [](auto *res, auto *req) {