Add http-proxy for http-request node.

This commit is contained in:
Osamu Katada
2018-10-03 09:58:25 +09:00
parent b2f50da322
commit 3d70bc722a
9 changed files with 380 additions and 3 deletions

View File

@@ -383,6 +383,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",