* Retrieves the names of the headers. * * @returns A list of header names.
()
| 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. |