From fe964f960ecb52c3e1155b0daf7be77541956b01 Mon Sep 17 00:00:00 2001 From: Adi-Beker Date: Tue, 9 Jun 2026 14:59:48 +0300 Subject: [PATCH] docs: mark proxy config as Node.js only (#10995) Co-authored-by: Jay --- docs/pages/advanced/request-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/advanced/request-config.md b/docs/pages/advanced/request-config.md index 2a3abe90..cfdd537f 100644 --- a/docs/pages/advanced/request-config.md +++ b/docs/pages/advanced/request-config.md @@ -322,7 +322,7 @@ The `transport` property defines the transport to use for the request. This is u The `httpAgent` and `httpsAgent` define a custom agent to be used when performing http and https requests, respectively, in node.js. This allows options to be added like `keepAlive` that are not enabled by default. -### `proxy` +### `proxy` The `proxy` defines the hostname, port, and protocol of a proxy server you would like to use. You can also define your proxy using the conventional `http_proxy` and `https_proxy` environment variables.