Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.137.152.81
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
engine.io /
build /
Delete
Unzip
Name
Size
Permission
Date
Action
parser-v3
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
transports
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
transports-uws
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
engine.io.d.ts
966
B
-rw-rw-r--
2022-08-30 11:49
engine.io.js
2.01
KB
-rw-rw-r--
2022-08-30 11:49
server.d.ts
6.34
KB
-rw-rw-r--
2022-08-30 11:49
server.js
21.07
KB
-rw-rw-r--
2022-08-30 11:49
socket.d.ts
3.41
KB
-rw-rw-r--
2022-08-30 11:49
socket.js
15.39
KB
-rw-rw-r--
2022-08-30 11:49
transport.d.ts
1.84
KB
-rw-rw-r--
2022-08-30 11:49
transport.js
2.74
KB
-rw-rw-r--
2022-08-30 11:49
userver.d.ts
1.36
KB
-rw-rw-r--
2022-08-30 11:49
userver.js
7.26
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
import { AttachOptions, BaseServer } from "./server"; export interface uOptions { /** * What permessage-deflate compression to use. uWS.DISABLED, uWS.SHARED_COMPRESSOR or any of the uWS.DEDICATED_COMPRESSOR_xxxKB. * @default uWS.DISABLED */ compression?: number; /** * Maximum amount of seconds that may pass without sending or getting a message. Connection is closed if this timeout passes. Resolution (granularity) for timeouts are typically 4 seconds, rounded to closest. Disable by using 0. * @default 120 */ idleTimeout?: number; /** * Maximum length of allowed backpressure per socket when publishing or sending messages. Slow receivers with too high backpressure will be skipped until they catch up or timeout. * @default 1024 * 1024 */ maxBackpressure?: number; } export declare class uServer extends BaseServer { protected init(): void; protected cleanup(): void; /** * Prepares a request by processing the query string. * * @api private */ private prepare; protected createTransport(transportName: any, req: any): any; /** * Attach the engine to a µWebSockets.js server * @param app * @param options */ attach(app: any, options?: AttachOptions & uOptions): void; private handleRequest; private handleUpgrade; private abortRequest; }