summaryrefslogtreecommitdiffhomepage
path: root/src/nodejs/unit-http/websocket_frame.js
blob: 9989937d450cda6dbf186712ed7cf1081f6c7dbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11

/*
 * Copyright (C) NGINX, Inc.
 */

'use strict';

function WebSocketFrame() {
}

module.exports = WebSocketFrame;