Files
nginx-unit/src/nodejs/unit-http/websocket_frame.js
2019-08-20 16:32:05 +03:00

12 lines
117 B
JavaScript

/*
* Copyright (C) NGINX, Inc.
*/
'use strict';
function WebSocketFrame() {
}
module.exports = WebSocketFrame;