Describe the feature
In giget v3, we rely on native runtime to respect HTTP_PROXY. Deno and Bun do respect it.
In node.js, NODE_USE_ENV_PROXY is required! (docs) but we can programmatically force it when using giget CLI (and export a util for other programmatic integrations wrapping giget)
Additional information