0

我正在从 android 请求 api 来获取 json 数据。有没有办法将压缩的 json 数据发送到 Android 应用程序?现在我们正在使用下面的代码来发送数据

render :json => @rules
4

1 回答 1

0

压缩的json数据是什么意思?您可以在 apache/nginx 层上 gzip 压缩您的响应。

http://wiki.nginx.org/HttpGzipModule

于 2013-11-13T19:24:05.220 回答