A type that represents HTTP request headers.

Since

2023.1

interface HttpRequestHeaders {
    [headerName: string]: string;
}

Indexable

[headerName: string]: string