MCPcopy 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
31function makeRequest() {
32 const req = https.get({
33 port: server.address().port
34 });
35 req.on('close', () =>
36 server.close());
37}

Calls 4

getMethod · 0.65
addressMethod · 0.65
closeMethod · 0.65
onMethod · 0.45

Tested by

no test coverage detected