1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-16 10:54:14 -05:00
denoland-deno/docs/linking_to_external_code/proxies.md

10 lines
302 B
Markdown
Raw Normal View History

2020-05-07 00:21:13 +02:00
## Proxies
2020-05-18 14:53:25 -05:00
Deno supports proxies for module downloads and the Web standard `fetch` API.
2020-05-07 00:21:13 +02:00
Proxy configuration is read from environmental variables: `HTTP_PROXY`,
`HTTPS_PROXY` and `NO_PROXY`.
2020-05-07 00:21:13 +02:00
2020-05-18 14:53:25 -05:00
In case of Windows, if environment variables are not found Deno falls back to
2020-05-07 00:21:13 +02:00
reading proxies from registry.