pub fn etag_matches(header: &str, tag: &str) -> bool
Weak comparison per RFC 9110: the weakness marker is stripped from both sides, and * matches whatever the client holds.
*