summaryrefslogtreecommitdiffhomepage
path: root/src/nodejs/unit-http/websocket_frame.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodejs/unit-http/websocket_frame.js')
-rw-r--r--src/nodejs/unit-http/websocket_frame.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/nodejs/unit-http/websocket_frame.js b/src/nodejs/unit-http/websocket_frame.js
new file mode 100644
index 00000000..9989937d
--- /dev/null
+++ b/src/nodejs/unit-http/websocket_frame.js
@@ -0,0 +1,11 @@
+
+/*
+ * Copyright (C) NGINX, Inc.
+ */
+
+'use strict';
+
+function WebSocketFrame() {
+}
+
+module.exports = WebSocketFrame;