Xavier's answer does not sound like that. RFC2616 also has this to say (section 3.7):
In general, HTTP processes a multi-page message body in no other way than any other type of medium: strictly as a payload. The one exception is "multicomponent / byteranges"
It seems to me that section 19.4 of RFC2616 talks about HTTP in general, in the sense that it uses a syntax similar to MIME (for example, the format of the headers), but not MIME-compatible,
In addition, there is RFC2388 . In section 3 , the last paragraph says:
Each part can be encoded, and the heading is "content encoding"
if the value of this part does not match the default encoding.
Section 4.3 details the following:
4.3 Coding
Although the HTTP protocol can transmit arbitrary binary data, the default 7BIT encoding is used for mail transport. The present value for the part may require coding and โcontent transfer codingโ, a header, if the value does not comply with the coding standard. See Section 5 of RFC 2046 for more details.]
mairo
source share