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-tls": "SSL/TLS接続を有効化",
"tls-config": "TLS設定",
"use-proxy": "プロキシを使用",
"proxy-config": "プロキシ設定",
"use-proxyauth": "プロキシ認証を使用",
"noproxy-hosts": "例外ホスト",
"utf8": "文字列",
"binary": "バイナリバッファ",
"json": "JSON",