Skip to content

ElectronIncomingMessage.rawHeaders

ElectronIncomingMessage › rawHeaders

Unofficial

Type: string[]

A string[] containing the raw HTTP response headers exactly as they were received. The keys and values are in the same list. It is not a list of tuples. So, the even-numbered offsets are key values, and the odd-numbered offsets are the associated values. Header names are not lowercased, and duplicates are not merged.