如何为 Google App Engine(Java 版本)提供的静态资源启用 Last-Modified 标头?

发布于 2024-07-29 16:15:40 字数 496 浏览 6 评论 0 原文

有没有办法为 Google App Engine 提供的静态资源打开 Last-Modified 标头? 我有一个很大的 zip 文件,我的应用程序将其提供给 iPhone 客户端应用程序,并且我只想在 Last-Modified 日期表明它比 iPhone 上的缓存副本更新时才下载它。 iPhone。

PS:我使用的是Java版本的Google App Engine。

解决方案:我最终编写了一个简单的网络应用程序来提供我自己的静态资源。 不难做到。 为了让 App Engine 提供静态文件,我必须执行一个小的配置步骤,该步骤已记录在 此处

Is there a way to turn on the Last-Modified header for static resources served up by Google App Engine? I have a large zip file that my app serves up to an iPhone client app, and I'd like to only download it if the Last-Modified date indicates that it is newer than the cached copy on the iPhone.

PS: I am using the Java version of Google App Engine.

Solution: I ended up writing a simple webapp to serve up my own static resources. Not hard to do. There is a small configuration step I had to do to get App Engine to serve static files, which is documented here.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

装迷糊 2024-08-05 16:15:40

不幸的是,App Engine 目前似乎不支持静态资源的条件获取。 您可能想在此处提交有关此问题的错误。

Unfortunately, App Engine doesn't currently appear to support conditional gets for static resources. You might want to file a bug here about that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文