major revamp of http client functionalit

This commit is contained in:
Dave Horton
2020-02-14 12:45:28 -05:00
parent ff531e6964
commit 446000ee97
35 changed files with 906 additions and 433 deletions

View File

@@ -26,10 +26,11 @@
"jslint": "eslint app.js lib"
},
"dependencies": {
"bent": "^7.0.6",
"config": "^3.2.4",
"debug": "^4.1.1",
"drachtio-fn-b2b-sugar": "0.0.12",
"drachtio-fsmrf": "^1.5.13",
"drachtio-fsmrf": "^1.5.14xs",
"drachtio-srf": "^4.4.27",
"express": "^4.17.1",
"ip": "^1.1.5",
@@ -37,15 +38,14 @@
"jambonz-realtimedb-helpers": "0.1.6",
"moment": "^2.24.0",
"parse-url": "^5.0.1",
"pino": "^5.14.0",
"request": "^2.88.0",
"request-debug": "^0.2.0"
"pino": "^5.14.0"
},
"devDependencies": {
"blue-tape": "^1.0.0",
"clear-module": "^4.0.0",
"eslint": "^6.7.2",
"eslint-plugin-promise": "^4.2.1",
"jsdoc": "^3.6.3",
"nyc": "^14.1.1",
"tap": "^14.10.2",
"tap-dot": "^2.0.0",