Convert HttpHeaders to a Node.js-compatible flat object (string | string[] per key, matching http.IncomingMessage.headers).
string | string[]
http.IncomingMessage.headers
Source HttpHeaders instance
Plain object with lowercased keys
Convert HttpHeaders to a Node.js-compatible flat object (
string | string[]per key, matchinghttp.IncomingMessage.headers).