Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ getHeaderNames
Method
getHeaderNames
lib/internal/http2/compat.js:601–603 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
599
}
600
601
getHeaderNames() {
602
return
ObjectKeys(this[kHeaders]);
603
}
604
605
getHeaders() {
606
const
headers = { __proto__: null };
Callers
6
_http_server.js
File · 0.80
core.js
File · 0.80
test-http-mutable-headers.js
File · 0.80
nextTest
Function · 0.80
test-http-multiple-headers.js
File · 0.80
test-http2-compat-serverresponse-headers.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected