From 90a8e1791293fc89fc36e26d3ccb3e3ce7ae4b74 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sat, 13 Mar 2021 20:54:55 +0100 Subject: [PATCH] doc: add hints to http.request() options --- doc/api/http.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/http.md b/doc/api/http.md index 8294c2c7082ce0..1db1293f2d7865 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2810,6 +2810,7 @@ changes: `hostname`. Valid values are `4` or `6`. When unspecified, both IP v4 and v6 will be used. * `headers` {Object} An object containing request headers. + * `hints` {number} Optional [`dns.lookup()` hints][]. * `host` {string} A domain name or IP address of the server to issue the request to. **Default:** `'localhost'`. * `hostname` {string} Alias for `host`. To support [`url.parse()`][],