From 11ff868e830b26d2218b286b35fbd4d3aa0fd6b4 Mon Sep 17 00:00:00 2001 From: maguowei Date: Sun, 17 Sep 2023 15:12:50 +0800 Subject: [PATCH] update README.md about Proxy Settings, no Request level setting (#645) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b57b3ae3..54b50e7c 100644 --- a/README.md +++ b/README.md @@ -656,7 +656,7 @@ if err != nil { client.SetCertificates(cert1, cert2, cert3) ``` -#### Proxy Settings - Client as well as at Request Level +#### Proxy Settings Default `Go` supports Proxy via environment variable `HTTP_PROXY`. Resty provides support via `SetProxy` & `RemoveProxy`. Choose as per your need.