File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2377,6 +2377,7 @@ changes:
23772377 `hostname`. Valid values are `4` or `6`. When unspecified, both IP v4 and
23782378 v6 will be used.
23792379 * `headers` {Object} An object containing request headers.
2380+ * `hints` {number} Optional [`dns.lookup()` hints][].
23802381 * `host` {string} A domain name or IP address of the server to issue the
23812382 request to. **Default:** `'localhost'`.
23822383 * `hostname` {string} Alias for `host`. To support [`url.parse()`][],
@@ -2687,6 +2688,7 @@ try {
26872688[`agent.getName()`]: #http_agent_getname_options
26882689[`destroy()`]: #http_agent_destroy
26892690[`dns.lookup()`]: dns.md#dns_dns_lookup_hostname_options_callback
2691+ [`dns.lookup()` hints]: dns.md#dns_supported_getaddrinfo_flags
26902692[`getHeader(name)`]: #http_request_getheader_name
26912693[`http.Agent`]: #http_class_http_agent
26922694[`http.ClientRequest`]: #http_class_http_clientrequest
You can’t perform that action at this time.
0 commit comments