Decompression notes.

This commit is contained in:
Christian Galo 2025-05-15 15:16:51 -05:00
parent adf3db4d72
commit e304712923

View File

@ -1,3 +1,8 @@
// NOTE: This middleware is not needed for most applications.
// Browsers and typical HTTP clients do not compress request bodies,
// so decompressing requests is unnecessary unless you explicitly expect
// gzip-compressed payloads from known clients.
package middleware
import (