Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-http-proxy-request-no-proxy-asterisk.mjs
File
test-http-proxy-request-no-proxy-asterisk.mjs
test/client-proxy/test-http-proxy-request-no-proxy-asterisk.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// This tests that NO_PROXY=* bypasses proxy for all requests.
2
import
* as common from
'../common/index.mjs'
;
3
import
assert from
'node:assert'
;
4
import
{ once } from
'events'
;
Callers
nothing calls this directly
Calls
9
once
Function · 0.90
writeHead
Method · 0.80
listen
Method · 0.80
address
Method · 0.65
match
Method · 0.65
close
Method · 0.65
end
Method · 0.45
on
Method · 0.45
error
Method · 0.45
Tested by
no test coverage detected