velog
velog copied to clipboard
Add body compression middleware
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!