velog icon indicating copy to clipboard operation
velog copied to clipboard

Add body compression middleware

Open cometkim opened this issue 5 years ago • 0 comments

Compressing the body string (gzip, or brotli if available) is the easiest way to increase your app perf. ✌️

It compresses over 70% of API responses larger than 1k and converts them into chucked streams.

Enjoy!

cometkim avatar Feb 11 '20 05:02 cometkim