Everything else in node-metaverse uses the request library which already respects that env var. The xmlrpc package uses node's http module directly, and needs to be explicitly passed an Agent that understands how to proxy.
The tunnel package I pulled in is mostly the same as the tunnel-agent that request already pulls in, except it has Typescript types provided by DefinitelyTyped.
Everything else in
node-metaverse
uses therequest
library which already respects that env var. Thexmlrpc
package uses node'shttp
module directly, and needs to be explicitly passed anAgent
that understands how to proxy.The
tunnel
package I pulled in is mostly the same as thetunnel-agent
thatrequest
already pulls in, except it has Typescript types provided by DefinitelyTyped.