summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-04-25 19:29:21 +0200
committerBert Belder <bertbelder@gmail.com>2019-08-30 14:49:03 -0700
commit723284fd20bb320fc1c5c1c53d0617c1d4169c25 (patch)
treeb5557bb39ed816d11523a4edb5f1711edc9930c3 /website
parent840c4aa2b23cad129a16b9a57eeb9dcb50083c62 (diff)
Use 'reqwest' to implement HTTP client (#2822)
Closes #2720
Diffstat (limited to 'website')
-rw-r--r--website/manual.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/website/manual.md b/website/manual.md
index b491a1f17..a3678ca4a 100644
--- a/website/manual.md
+++ b/website/manual.md
@@ -866,6 +866,16 @@ installation command to your repository:
$ deno install awesome_cli https://example.com/awesome/cli.ts
```
+## Proxies
+
+Deno supports proxies.
+
+`HTTP_PROXY` and `HTTPS_PROXY` environmental variables are used to configure
+them.
+
+For Windows if environmental variables are not found Deno will fall back to
+reading proxies from registry.
+
## Import maps
Deno supports [import maps](https://github.com/WICG/import-maps).