/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-encoding-gzip-defla-60336d80d673-encoding-gzip-deflate-s0356-c0000.md
encoding: `'gzip'` | `'deflate'` - hono-docs
encoding: 'gzip' | 'deflate' Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt encoding gzip deflat...
encoding: 'gzip' | 'deflate'
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#encoding-gzip-deflate
Summary
The compression scheme to allow for response compression. Either gzip or deflate. If not defined, both are allowed and will be used based on the Accept-Encoding header. gzip is prioritized if this option is not provided and the c...
Content
The compression scheme to allow for response compression. Either gzip or deflate. If not defined, both are allowed and will be used based on the Accept-Encoding header. gzip is prioritized if this option is not provided and the client provides both in the Accept-Encoding header.