how to read System's https_proxy variable in nodejs
I know how to read environment variabale from nodejs process.env.variable. I want to read system variable http_proxy which is set from windows environment variable. process.env doesn't show http_proxy variable.
No comments:
Post a Comment