Merge pull request #2641 from akanehara/add-ws-upgradereq

Added  `upgradeReq` property of `WebSocket`
This commit is contained in:
Masahiro Wakame
2014-08-07 15:13:31 +09:00

1
ws/ws.d.ts vendored
View File

@@ -21,6 +21,7 @@ declare module "ws" {
protocolVersion: string;
url: string;
supports: any;
upgradeReq: http.ServerRequest;
CONNECTING: number;
OPEN: number;