third_party/httpcache: add copy of parts of httpcache

This commit is contained in:
Will Norris 2025-04-28 23:28:37 -07:00
parent 0da52d1e25
commit 82ce506905
3 changed files with 35 additions and 0 deletions

2
third_party/httpcache/README.md vendored Normal file
View file

@ -0,0 +1,2 @@
httpcache is a copy of <https://github.com/gregjones/httpcache>
with only the cache control header parsing logic.