Adds proxy support to http node - via settings.js

This commit is contained in:
dceejay
2015-05-13 13:54:47 +01:00
parent 0bef04ae0a
commit 17f3366556
3 changed files with 22 additions and 6 deletions

View File

@@ -120,7 +120,11 @@ module.exports = {
// origin: "*",
// methods: "GET,PUT,POST,DELETE"
//},
// The following property can be used to configure a proxy for use by the
// http request node.
//httpNodeProxy : { host:"myproxy.acme.com", port:8080 },
// Anything in this hash is globally available to all functions.
// It is accessed as context.global.
// eg: