| 141 | } |
| 142 | |
| 143 | const headersFieldsArrayToLowerCase = headers => [ |
| 144 | ...new Set(headers.map(fieldName => fieldName.toLowerCase())), |
| 145 | ] |
| 146 | |
| 147 | /** |
| 148 | * Converts the various accepted formats of headers into a flat array representing "raw headers". |
nothing calls this directly
no outgoing calls
no test coverage detected