redstone-dart / redstone

A metadata driven microframework for Dart.
http://redstone-dart.github.io/redstone
MIT License
342 stars 42 forks source link

gzip #91

Closed cgarciae closed 8 years ago

cgarciae commented 9 years ago

Is it possible to gzip served files? I hear that the http server can automatically compress files, can Redstone do this with Shelf?

Pacane commented 8 years ago

I think you can pass bool autoCompress: true to the start function. If that works, please close the issue.