fix(users/Profpatsch/openlab-tools): add cache headers

This is a dumb experiment to see how hard it is to respect cache
headers; turns out, medium hard but doable.

Sets the correct expiry time according to the cache, plus respects
`If-Modified-Since` which is a tiny bit harder.

Change-Id: I9e6166af0fa254df2beb0f3919187b91a407487b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9810
Autosubmit: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
Profpatsch 2023-10-20 20:12:02 +02:00 committed by clbot
parent 61ca9c3d78
commit e5a44334fe
5 changed files with 117 additions and 32 deletions

View file

@ -95,7 +95,9 @@ library
wai,
warp,
tagsoup,
time
time,
stm,
case-insensitive
executable openlab-tools
import: common-options