Enhance(Modules/Request): 新增WebSocket连接方式支持,仅RAW模式下可用
Showing
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
... | @@ -17,14 +17,15 @@ | ... | @@ -17,14 +17,15 @@ |
"superagent-proxy": "3.0.0", | "superagent-proxy": "3.0.0", | ||
"tar": "4.4.18", | "tar": "4.4.18", | ||
"through": "2.3.8", | "through": "2.3.8", | ||
"ws": "8.8.0", | "ws": "6.1.4", | ||
"mime": "2.6.0", | |||
"xml2js": "0.4.23" | "xml2js": "0.4.23" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "AntSword app.js", | "start": "AntSword app.js", | ||
"build": "npm start" | "build": "npm start" | ||
}, | }, | ||
"author": "antoor <u@uyu.us>", | "author": "antoor", | ||
"license": "MIT", | "license": "MIT", | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | ... |
Please register or sign in to comment