docs: link net.request options to ClientRequestConstructorOptions (#36556)
This commit is contained in:
parent
8acf6039e7
commit
e1e66fc8ac
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ The `net` module has the following methods:
|
|||
|
||||
### `net.request(options)`
|
||||
|
||||
* `options` (ClientRequestConstructorOptions | string) - The `ClientRequest` constructor options.
|
||||
* `options` ([ClientRequestConstructorOptions](client-request.md#new-clientrequestoptions) | string) - The `ClientRequest` constructor options.
|
||||
|
||||
Returns [`ClientRequest`](./client-request.md)
|
||||
|
||||
|
|
Loading…
Reference in a new issue