deno/docs/linking_to_external_code/proxies.md
2020-05-18 15:53:25 -04:00

290 B

Proxies

Deno supports proxies for module downloads and the Web standard fetch API.

Proxy configuration is read from environmental variables: HTTP_PROXY and HTTPS_PROXY.

In case of Windows, if environment variables are not found Deno falls back to reading proxies from registry.