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

> @mcmanus how would that work? Would I push a same-URL resource as the parent (err?) with > headers at the end? 

one way it could work would be to push "/.well-known/trailers" with a json content-type - (it is scoped to the stream being fetched by virtue of the push promise frame being the same stream id as the object being fetch()d). The PP has to come early but the actual json does not and could be empty or the promise stream even rst if you had nothing to say at the end.
.

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

Received on Tuesday, 21 July 2015 07:07:33 UTC