Using the HTTP Range Header with a range specifier other than bytes?

后端 未结 4 1727
时光说笑
时光说笑 2020-12-01 09:52

The core question is about the use of the HTTP Headers, including Range, If-Range, Accept-Ranges and a user defined range specifier.

Here is a manufactured example t

4条回答
  •  Happy的楠姐
    2020-12-01 10:24

    HTTP Range is typically used for recovering interrupted downloads without starting from the beginning.

    What you're trying to do would be better handled by OAI-ORE, which allows you to define relationships between multiple documents. (alternative formats, components of the whole, etc)

    Unfortunately, it's a relatively new metadata format, and I don't know of any web browsers that ship with native support.

提交回复
热议问题