RawHttpHeaders type

A HttpHeaders collection represented as a simple JSON object.

type RawHttpHeaders = { [headerName: string]: string }