You are viewing documentation generated from a user contribution or an upcoming release. The contents of this document may not have been reviewed by the Deno team. Click here to view the documentation for the latest release.
Edit
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.