Open2
swrv理解したい

前提 RFC 5861 - HTTP Cache-Control Extensions for Stale Content

HTTPがキャッシュに求めること
HTTP [RFC2616] requires that caches "respond to a request with the most up-to-date response held... that is appropriate to the request," although "in carefully considered circumstances" a stale response is allowed to be returned.
リクエストに(要求に適切な)レスポンスの持つ最新データで応答する。ただし、「慎重に考慮された状況」ではstale/ステール(古い)レスポンスが変えることも許可される。
※respond to A with B:AにBで対応する
=>どういうこと?