Wrap msg.req/res objects and add deprecated warnings to functions

This commit is contained in:
Nick O'Leary
2015-09-27 23:49:14 +01:00
parent d668d43a0a
commit ecde942255
3 changed files with 104 additions and 10 deletions

View File

@@ -272,7 +272,8 @@
"missing-path": "missing path",
"no-response": "No response object",
"json-error": "JSON parse error",
"no-url": "No url specified"
"no-url": "No url specified",
"deprecated-call":"Deprecated call to __method__"
},
"status": {
"requesting": "requesting"