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

> Separately the client needs to indicate whether it is willing to accept trailers in the response using "TE: trailers", specifying this via the normal request headers mechanism seems sufficient.

It's forbidden to set the `TE` header via the request headers construction API. Need a method to instruct the Fetch to add it. Maybe a boolean in the RequestInit?

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

Received on Monday, 6 April 2015 07:01:53 UTC