- From: Boris Cherny <notifications@github.com>
- Date: Thu, 16 Jul 2015 13:15:38 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 16 July 2015 20:16:08 UTC
That makes sense - to properly handle GET w/ body caching, you'll need to either: 1. Add a checksum header, and cache the response, or 2. Set `no-cache` in the response, and cache in the app layer instead For reference, the relevant spec is here: https://tools.ietf.org/html/rfc7234#section-4 --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/83#issuecomment-122076782
Received on Thursday, 16 July 2015 20:16:08 UTC