I am requesting apis from android to get the json data . Is there a way to send the compressed json data to Android app ? Right now we are using the below code to send the data
render :json => @rules
I am requesting apis from android to get the json data . Is there a way to send the compressed json data to Android app ? Right now we are using the below code to send the data
render :json => @rules
What do you mean by compressed json data? You can gzip compress your response on apache/nginx layer.