File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2786,6 +2786,7 @@ changes:
2786
2786
` hostname ` . Valid values are ` 4 ` or ` 6 ` . When unspecified, both IP v4 and
2787
2787
v6 will be used.
2788
2788
* ` headers ` {Object} An object containing request headers.
2789
+ * ` hints ` {number} Optional [ ` dns.lookup() ` hints] [ ] .
2789
2790
* ` host ` {string} A domain name or IP address of the server to issue the
2790
2791
request to. ** Default:** ` 'localhost' ` .
2791
2792
* ` hostname ` {string} Alias for ` host ` . To support [ ` url.parse() ` ] [ ] ,
@@ -3102,6 +3103,7 @@ try {
3102
3103
[ `agent.getName()` ] : #http_agent_getname_options
3103
3104
[ `destroy()` ] : #http_agent_destroy
3104
3105
[ `dns.lookup()` ] : dns.md#dns_dns_lookup_hostname_options_callback
3106
+ [ `dns.lookup()` hints ] : dns.md#dns_supported_getaddrinfo_flags
3105
3107
[ `getHeader(name)` ] : #http_request_getheader_name
3106
3108
[ `http.Agent` ] : #http_class_http_agent
3107
3109
[ `http.ClientRequest` ] : #http_class_http_clientrequest
You can’t perform that action at this time.
0 commit comments