blob: 5c98f909dd572bd83721e5edbcc140b221cb4c98 (
plain)
1
2
3
4
5
6
7
8
9
|
## 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.
|