Skip to content

Commit fe964f9

Browse files
docs: mark proxy config as Node.js only (#10995)
Co-authored-by: Jay <jasonsaayman@gmail.com>
1 parent 5f229d2 commit fe964f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/pages/advanced/request-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ The `transport` property defines the transport to use for the request. This is u
322322
323323
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.
324324
325-
### `proxy`
325+
### `proxy` <Badge type="warning" text="Node.js only" />
326326
327327
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.
328328

0 commit comments

Comments
 (0)