I've got a bunch of static javascript files that are served with
status code 200 every time I refresh a page.

app.yaml:
handlers:
- url: /js
  static_dir: js

I've tried to set a global:
default_expiration: 1h
but that doesn't work

I couldn't find any discussion about expire or status code 304 in both
groups..

some tags that might help other to find this:
expire, 304, If-Modified-Since, Last-Modified
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to