Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ request_generator
Function
request_generator
test/parallel/test-http-1.0.js:68–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
function
request_generator() {
69
return
'GET / HTTP/1.0\r\n\r\n'
;
70
}
71
72
function
response_validator(server_response, client_got_eof, timed_out) {
73
const
m = server_response.split(
'\r\n\r\n'
);
Callers
1
test
Function · 0.85
Calls
no outgoing calls
Tested by
1
test
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…