lightning-framework / lightning

A simple yet expressive Java web framework.
5 stars 0 forks source link

Add support for automatic on-the-fly compression of dynamic responses. #10

Open mschurr opened 8 years ago

mschurr commented 8 years ago

See http://www.eclipse.org/jetty/documentation/current/gzip-filter.html

Support GZIP and DEFLATE.

mschurr commented 8 years ago

Low priority because this problem can be solved by load balancers/reverse proxies.