From 723284fd20bb320fc1c5c1c53d0617c1d4169c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 25 Apr 2019 19:29:21 +0200 Subject: Use 'reqwest' to implement HTTP client (#2822) Closes #2720 --- website/manual.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'website') 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). -- cgit v1.2.3