mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
10 lines
274 B
Markdown
10 lines
274 B
Markdown
|
## Proxies
|
||
|
|
||
|
Deno supports proxies for module downloads and `fetch` API.
|
||
|
|
||
|
Proxy configuration is read from environmental variables: `HTTP_PROXY` and
|
||
|
`HTTPS_PROXY`.
|
||
|
|
||
|
In case of Windows if environmental variables are not found Deno falls back to
|
||
|
reading proxies from registry.
|