xref: /unit/src/nodejs/unit-http/websocket_frame.js (revision 1132:9ac5b5f33ed9)
1
2/*
3 * Copyright (C) NGINX, Inc.
4 */
5
6'use strict';
7
8function WebSocketFrame() {
9}
10
11module.exports = WebSocketFrame;
12