support http put and delete

This commit is contained in:
zhangzifa
2019-03-12 15:29:44 +08:00
committed by Jackson Tian
parent 85e2f3ebe4
commit c99809b8e4
17 changed files with 205 additions and 521 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "http-server",
"version": "1.0.0",
"description": "simple http server for cpp sdk test",
"main": "index.js",
"dependencies": {
"express": "^4",
"body-parser": "^1.18"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT"
}