MCPcopy
hub / github.com/angular/angular / keys

Method keys

packages/common/http/src/headers.ts:115–119  ·  view source on GitHub ↗

* Retrieves the names of the headers. * * @returns A list of header names.

()

Source from the content-addressed store, hash-verified

113 * @returns A list of header names.
114 */
115 keys(): string[] {
116 this.init();
117
118 return Array.from(this.normalizedNames.values());
119 }
120
121 /**
122 * Retrieves a list of values for a given header.

Callers

nothing calls this directly

Calls 2

initMethod · 0.95
valuesMethod · 0.80

Tested by

no test coverage detected