HttpResponseHeaders: HttpHeaders & {
    cache-control?: HttpHeaderValue;
    content-encoding?: HttpHeaderValue;
    content-length?: HttpHeaderValue;
    content-type?: HttpHeaderContentTypeValue;
    server?: HttpHeaderValue;
}

Represents a set of HTTP Response headers.

Generated using TypeDoc