mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
302 B
302 B
Proxies
Deno supports proxies for module downloads and the Web standard fetch API.
Proxy configuration is read from environmental variables: HTTP_PROXY,
HTTPS_PROXY and NO_PROXY.
In case of Windows, if environment variables are not found Deno falls back to reading proxies from registry.