blob: 2186aa72256e3213098a6a52c7cec3418b102298 (
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`,
`HTTPS_PROXY` and `NO_PROXY`.
In case of Windows, if environment variables are not found Deno falls back to
reading proxies from registry.
|