Merge pull request #1913 from node-red-hitachi/dev-httpproxy

Add http-proxy for http-request node.
This commit is contained in:
Nick O'Leary
2018-10-19 11:10:26 +01:00
committed by GitHub
9 changed files with 380 additions and 3 deletions

View File

@@ -382,6 +382,10 @@
"basicauth": "Use basic authentication",
"use-tls": "Enable secure (SSL/TLS) connection",
"tls-config":"TLS Configuration",
"use-proxy": "Use proxy",
"proxy-config": "Proxy Configuration",
"use-proxyauth": "Use proxy authentication",
"noproxy-hosts": "Ignore hosts",
"utf8": "a UTF-8 string",
"binary": "a binary buffer",
"json": "a parsed JSON object",