diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-07-20 16:25:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-20 16:25:36 +0200 |
commit | d744c0c6d9a557bbaa2a23571ffb3acabf19c35a (patch) | |
tree | 6f7fb8a71b786e79c48f4b2c11a5a9ca988717e8 /docs/linking_to_external_code/proxies.md | |
parent | 9b9becf1ae256b645e37a7eecf3441f3ae4b8ea5 (diff) |
chore: move docs to separate repository
Diffstat (limited to 'docs/linking_to_external_code/proxies.md')
-rw-r--r-- | docs/linking_to_external_code/proxies.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/linking_to_external_code/proxies.md b/docs/linking_to_external_code/proxies.md deleted file mode 100644 index 2186aa722..000000000 --- a/docs/linking_to_external_code/proxies.md +++ /dev/null @@ -1,9 +0,0 @@ -## 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. |