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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user