MCPcopy 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 };

Calls

no outgoing calls

Tested by

no test coverage detected