0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/docs/linking_to_external_code/proxies.md
2020-12-31 16:15:32 +01:00

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.