Umi — API References - v1.3.0
    Preparing search index...

    Type Alias HttpResponseHeaders

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

    Represents a set of HTTP Response headers.