How can i implement gzip compression on all my API routes?
Hello,
I have an API endpoint which serves GeoJSON data - which can heavily benefit from GZIP compression. How do I enable this in my endpoint? I cant seem to find anything in the documentation
Thanks in advance.
0 Replies