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