Decompression notes.
This commit is contained in:
parent
adf3db4d72
commit
e304712923
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user