Re: [fetch] Proposal: Support GET bodies (#83)

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