Blog post: A Proposal: Multiple Request-URIs in HTTP/2 bit.ly/10IqGIn
1
1
2
Replying to @jasnell
@jasnell Seems like a great idea for HTTP 2.0, but I don't see how this could be made semantically compatible with HTTP 1.1

Mar 12, 2013 · 4:58 PM UTC

2
Replying to @stilkov
@stilkov A GET with two request URIs is semantically equivalent to two separate http/1 GET requests.. a translating proxy would just split
1
@jasnell I see, makes sense. I thought there was some understanding that they were supposed to be different only in transport/messaging
Replying to @stilkov
@stilkov into two separate requests with identical header sets. the response streams are separate and identical in either case.
1
@jasnell Not sure my point is clear: I meant it will be hard to write an HTTP client lib that hides this. May not be a goal, though.
2