2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00

docs: mark proxy config as Node.js only (#10995)

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Adi-Beker
2026-06-09 14:59:48 +03:00
committed by GitHub
parent 5f229d2d1f
commit fe964f960e
+1 -1
View File
@@ -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` <Badge type="warning" text="Node.js only" />
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.