Type Alias HttpResContentEncoding

HttpResContentEncoding: StrIntellisense<
    "gzip"
    | "br"
    | "deflate"
    | "compress"
    | "identity",
>

Content-Encoding header values for HTTP responses. Indicates the compression algorithm applied to the response body.

IMPORT_PATH: "@daiso-tech/core/http-router/contracts"