interface HttpHeaders {
    [fieldName: string]: string;
}

Indexable

[fieldName: string]: string

The key of the object is the name of the HTTP header and the value its string content.