---
title: Encoding
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/response/src/lib/compress.ts#L19
---

# Encoding

## Summary

Encodings supported by [`compressResponse`](/api/remix/response/compress/function/compressResponse/).

## Signature

```ts
type Encoding = "br" | "gzip" | "deflate";

```