Initializes a third-party proxy module for HTTP(S) requests. Call this function before
using the download and downloadArtifact APIs if you need proxy support.
If the ELECTRON_GET_USE_PROXY environment variable is set to true, this function will be
called automatically for @electron/get requests.
Returns void
See
global-agent
documentation for available environment variables.
Initializes a third-party proxy module for HTTP(S) requests. Call this function before using the download and downloadArtifact APIs if you need proxy support.
If the
ELECTRON_GET_USE_PROXY
environment variable is set totrue
, this function will be called automatically for@electron/get
requests.