joomla-projects / webservices

Webservices working group repository
GNU General Public License v2.0
16 stars 9 forks source link

Add support for gzip compression #11

Open chrisdavenport opened 9 years ago

chrisdavenport commented 9 years ago

If the requests includes 'gzip' in an Accept-Encoding header then the response should be gzipped.

wilsonge commented 9 years ago

Something that should probably be done at the application level - there's already base support for gzip in JApplicationWeb. We should turn it into a method to set gzip to true/false and then call that I think

mbabker commented 9 years ago

It's based on config already, you don't need a getter or setter around that.

On Friday, June 12, 2015, George Wilson notifications@github.com wrote:

Something that should probably be done at the application level - there's already base support for gzip in JApplicationWeb. We should turn it into a method to set gzip to true/false and then call that I think

— Reply to this email directly or view it on GitHub https://github.com/joomla-projects/webservices/issues/11#issuecomment-111638204 .

chrisdavenport commented 9 years ago

Right. So this can be fixed when the new entry point code is written.

wilsonge commented 9 years ago

Yup :)