dart-archive / shelf_appengine

A set helpers to make it easy to use Shelf on App Engine.
https://pub.dartlang.org/packages/shelf_appengine
BSD 3-Clause "New" or "Revised" License
5 stars 6 forks source link

populate LAST-MODIFIED for assests #2

Open Andersmholmgren opened 9 years ago

Andersmholmgren commented 9 years ago

shelf_appengine calls Assets.read which bypasses the caching support provided via Assets.serve rendering the responses not cacheable :-(

kevmoo commented 9 years ago

@Andersmholmgren blast from the past. I think I may be able to hack this together with a custom HttpRequest. Stay tuned...

Andersmholmgren commented 9 years ago

\o/

kevmoo commented 9 years ago

The solution I created is more trouble than it's worth. Will have to look into other options.

Andersmholmgren commented 9 years ago

FWIW I need longer need this feature as I implemented it in mojito. Others likely will want it though of course