Always support compressed response in an API service
Always support compressed response in an API service
ashishb.net Always support compressed response in an API service
If you run any web service always enable support for serving compressed responses. It will save egress bandwidth costs for you. And, more importantly, for your users. Over time, the servers as well as client devices have become more powerful, so, compressing/decompressing data on the fly is cheap.
0
comments