---
title: Encoding
---

# Encoding

<a href="https://github.com/remix-run/remix/blob/remix@3.0.0-alpha.6/packages/response/src/lib/compress.ts#L17" target="_blank">View Source</a>

## Summary

Encodings supported by compressResponse.

## Signature

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

```