Add file upload support to HTTP In node

This commit is contained in:
Nick O'Leary
2017-01-16 22:39:30 +00:00
parent 0646b0060e
commit 64daaeb310
4 changed files with 35 additions and 2 deletions

View File

@@ -313,7 +313,8 @@
"method": "Method",
"url": "URL",
"doc": "Docs",
"return": "Return"
"return": "Return",
"upload": "Accept file uploads?"
},
"setby": "- set by msg.method -",
"basicauth": "Use basic authentication",