NeotomaDB / Neotoma-API

A Placeholder for the Neotoma API
3 stars 1 forks source link

Compressed responses? #7

Closed scottsfarley93 closed 7 years ago

scottsfarley93 commented 7 years ago

Are existing Neotoma endpoints capable of issuing gzipped responses? Mike and I had an email exchange about this some time ago:

But if your request header includes a value saying the client can handle gzipped files, that’s what you will get.

If your app is browser based, that should be happening automatically anyway (the data is transmitted gzipped and unzipped by the browser).

However, I don't think that accept-encoding: gzip responses is actually causing them to come back as compressed. Examining the response headers indicates that the response has no compression on it.

It would be hugely useful to me if we could have some compression.

scottsfarley93 commented 7 years ago

This appears to be solved now.

scottsfarley93 commented 7 years ago

Thanks to whoever fix this!