HttpRequestHeaders: HttpHeaders & {
    accept?: HttpHeaderValue;
    authorization?: HttpHeaderValue;
    content-encoding?: HttpHeaderValue;
    content-length?: HttpHeaderValue;
    content-type?: HttpHeaderContentTypeValue;
    user-agent?: HttpHeaderValue;
}

Represents a set of HTTP Request headers.

Generated using TypeDoc