OK, I know this is a long shot:
Does HTTP offer a way to stream a file out of order? I'm dealing with a binary file format which can almost be streamed, except the header requires some summary data, and it would be a much better user experience if I could stream it.
It seems like it would be really great to be able to send the last part of a file first, then the header, like BitTorrent &co, but it also seems obscure enough that I'm not optimistic.
Thanks!