Re: [packaging-on-the-web] Why not use `Content-Encoding`? (#17)

Content-Encoding is a description of the actual content, so decoding it is part of handling to body. Transfer-Encoding means that the body needs to be decoded prior to its handling (like if it was a transient serialization).
Also compressing the whole passage means that you need to decompress everything instead of just skipping until the next boundary and process only what you need.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/packaging-on-the-web/issues/17#issuecomment-69194051

Received on Thursday, 8 January 2015 15:24:36 UTC