Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ proxy-server.js
File
proxy-server.js
test/common/proxy-server.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
const
net = require(
'net'
);
4
const
http = require(
'http'
);
Callers
nothing calls this directly
Calls
9
checkProxied
Function · 0.85
createProxyServer
Function · 0.85
listen
Method · 0.80
spawnPromisified
Function · 0.70
address
Method · 0.65
require
Function · 0.50
once
Function · 0.50
path
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected