Interface Header

Header the http header type

interface Header {
    [id: string]: string[];
}

Indexable

[id: string]: string[]