tokensmith / otter

micro web framework for servlet api 4.0.1
MIT License
5 stars 0 forks source link

RestResource compress body. #105

Closed tmackenzie closed 5 years ago

tmackenzie commented 5 years ago

Consider:

tmackenzie commented 5 years ago

Maybe the WriteListener can use an OutputStream and a GZIPOutputStream can be injected in when the Accept-Encoding: gzip header is present.

Also should consider being able to read Content-Encoding: gzip.