Re: multipart 206 responses in HTTP/2.0

On 4 October 2013 15:46, Osama Mazahir <OSAMAM@microsoft.com> wrote:
> Have we thought about how we are supposed to send a 206 multipart response
> in HTTP/2.0?

Multipart MIME is invisible to HTTP, as it always has been.  The
entire MIME multipart body will just be payload bytes.  Thus, the MIME
headers that are included for each multipart portion will be sent in
DATA frames.

A 206 status code isn't special in this regard, I'm not sure what you
are getting at there.

Received on Friday, 4 October 2013 23:00:38 UTC