зеркало из https://github.com/electron/electron.git
docs: link net.request options to ClientRequestConstructorOptions (#36556)
This commit is contained in:
Родитель
8acf6039e7
Коммит
e1e66fc8ac
|
@ -54,7 +54,7 @@ The `net` module has the following methods:
|
||||||
|
|
||||||
### `net.request(options)`
|
### `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)
|
Returns [`ClientRequest`](./client-request.md)
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче