Allow statusCode/headers to be set directly within HTTP Response node

This commit is contained in:
Nick O'Leary
2017-01-24 14:56:48 +00:00
parent 68e0b35364
commit b10141d71f
3 changed files with 162 additions and 5 deletions

View File

@@ -314,7 +314,9 @@
"url": "URL",
"doc": "Docs",
"return": "Return",
"upload": "Accept file uploads?"
"upload": "Accept file uploads?",
"status": "Status code",
"headers": "Headers"
},
"setby": "- set by msg.method -",
"basicauth": "Use basic authentication",