diff options
Diffstat (limited to 'src/nodejs/unit-http/websocket_frame.js')
-rw-r--r-- | src/nodejs/unit-http/websocket_frame.js | 11 |
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; |