interface HttpHeaders {
    [key: string]: HttpHeaderValue;
}

Indexable

[key: string]: HttpHeaderValue

Generated using TypeDoc