MCPcopy
hub / github.com/node-red/node-red / deleteProxySetting

Function deleteProxySetting

test/nodes/core/network/21-httprequest_spec.js:194–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192 }
193
194 function deleteProxySetting() {
195 delete process.env.http_proxy;
196 delete process.env.HTTP_PROXY;
197 delete process.env.no_proxy;
198 delete process.env.NO_PROXY;
199 }
200
201 function getDigestPassword() {
202 return 'digest-test-password';

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected