Re: [fetch] Access to the HTTP trailer (#34)

Would the cache then have to take stream ID into account when creating the cache-key for ./well-known/...? Also, how would I access it as a developer -- would the UA automatically look it up and make it available as a property on the Response object? 

Rereading the spec, there is also this gotcha:

> It is not possible to push a response to a request that includes a request body. - [8.2.1](https://httpwg.github.io/specs/rfc7540.html#PushRequests)

... which means this mechanism would be restricted to "safe" methods only, and if we do [allow response bodies on GET](https://github.com/whatwg/fetch/issues/83#issuecomment-122190448) then that breaks too =/

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/34#issuecomment-123420111

Received on Tuesday, 21 July 2015 18:11:51 UTC