Re: [nodejs] Convention for supporting proxying of outbound HTTP traffic from Node libraries

2012-07-03 Thread Daniel Rinehart
Support for environment driven enabling of HTTP(S) proxies would be great. I'd propose that they be separate parameters similar to Java. Something along the lines of: HTTP_PROXY_HOST HTTP_PROXY_PORT (default 80) HTTPS_PROXY_HOST HTTPS_PROXT_PORT (default 443) -- Daniel R. [http://danielr.neophi.

[nodejs] Convention for supporting proxying of outbound HTTP traffic from Node libraries

2012-07-02 Thread HÃ¥vard Stranden
OpenID for Node.js (node-openid, http://github.com/havard/node-openid) and node-oauth (and possibly others) have received a suggestion and pull request to support proxying outbound HTTP(S) traffic through honoring a HTTP_PROXY environment variable (see https://github.com/havard/node-openid/issu