From 112ce0df1f9e36a57b520aa59dc1767ba0716bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 25 Sep 2019 00:52:01 +0200 Subject: test: add HTTP_PROXY tests (#2977) --- website/manual.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'website') diff --git a/website/manual.md b/website/manual.md index ead3dddac..7a659460c 100644 --- a/website/manual.md +++ b/website/manual.md @@ -712,6 +712,8 @@ SUBCOMMANDS: ENVIRONMENT VARIABLES: DENO_DIR Set deno's base directory NO_COLOR Set to disable color + HTTP_PROXY Set proxy address for HTTP requests (module downloads, fetch) + HTTPS_PROXY Set proxy address for HTTPS requests (module downloads, fetch) ``` ### Environmental variables @@ -876,12 +878,12 @@ $ deno install awesome_cli https://example.com/awesome/cli.ts ## Proxies -Deno supports proxies. +Deno supports proxies for module downloads and `fetch` API. -`HTTP_PROXY` and `HTTPS_PROXY` environmental variables are used to configure -them. +Proxy configuration is read from environmental variables: `HTTP_PROXY` and +`HTTPS_PROXY`. -For Windows if environmental variables are not found Deno will fall back to +In case of Windows if environmental variables are not found Deno falls back to reading proxies from registry. ## Import maps -- cgit v1.2.3