- From: Samuel Williams <notifications@github.com>
- Date: Thu, 27 Dec 2018 12:42:48 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 27 December 2018 20:43:10 UTC
I started implementing trailers in `async-http` and `http-protocol`. At face value it's not a very nice abstraction. It's not well supported by HTTP/1 since it can only be used with chunked transfer. It's the first thing I've encountered which has a significant semantic difference at the high level across HTTP versions. I'd be interested to hear more about how this should be implemented. For example, if user specifies a fixed length body, should we convert it to chunked encoding if the user also provides trailers? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/772#issuecomment-450227556
Received on Thursday, 27 December 2018 20:43:10 UTC