We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f5ce8 commit 6a1f8f7Copy full SHA for 6a1f8f7
lib/core/httpclient_next.js
@@ -32,6 +32,7 @@ class HttpClientNext extends HttpClient {
32
app,
33
defaultArgs: options.request,
34
allowH2: options.allowH2,
35
+ lookup: options.lookup || app.config.httpclient?.lookup,
36
// use on egg-security ssrf
37
// https://github.com/eggjs/egg-security/blob/master/lib/extend/safe_curl.js#L11
38
checkAddress: options.checkAddress,
0 commit comments