google / sxg-rs

A set of tools for generating signed exchanges at serve time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support `Expires` header in signature_duration computation

twifkak opened this issue · comments

signature_duration looks at cache-control only. Look at expires too, per the freshness lifetime spec. This requires an HTTP-date parser.