Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ addHeader
Method
addHeader
deps/undici/src/lib/core/request.js:440–443 ·
view source on GitHub ↗
(key, value)
Source
from the content-addressed store, hash-verified
438
}
439
440
addHeader (key, value) {
441
processHeader(this, key, value)
442
return
this
443
}
444
}
445
446
function
processHeader (request, key, val) {
Callers
nothing calls this directly
Calls
1
processHeader
Function · 0.70
Tested by
no test coverage detected