Initial WebSocket hook up

This commit is contained in:
Alex Hultman
2018-10-29 23:06:32 +01:00
parent ab6abaf2e6
commit 1613c5020d
9 changed files with 295 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
#ifndef WEBSOCKETCONTEXTDATA_H
#define WEBSOCKETCONTEXTDATA_H
namespace uWS {
template <bool SSL>
struct WebSocketContextData {
};
}
#endif // WEBSOCKETCONTEXTDATA_H