Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ makeRequest
Function
makeRequest
test/parallel/test-https-client-override-global-agent.js:31–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}));
30
31
function
makeRequest() {
32
const
req = https.get({
33
port: server.address().port
34
});
35
req.on(
'close'
, () =>
36
server.close());
37
}
Callers
1
test-https-client-override-global-agent.js
File · 0.70
Calls
4
get
Method · 0.65
address
Method · 0.65
close
Method · 0.65
on
Method · 0.45
Tested by
no test coverage detected