We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb12c34 commit 5f4c00aCopy full SHA for 5f4c00a
website/content/middleware/decompress.md
@@ -7,6 +7,7 @@ description = "Decompress middleware for Echo"
7
+++
8
9
Decompress middleware decompresses HTTP request if Content-Encoding header is set to gzip.
10
+*Please note: The body will be decompressed in memory and consume it for the lifetime of the request (and garbage collection).
11
12
*Usage*
13
0 commit comments