logoalt Hacker News

eliyesterday at 10:17 PM2 repliesview on HN

An HTTP Range request asks the server to send parts of a resource back to a client. Range requests are useful for various clients, including media players that support random access, data tools that require only part of a large file, and download managers that let users pause and resume a download.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Ran...


Replies

johnfntoday at 2:48 AM

HTTP Range doesn't have anything to do with allowing a client to select a subset of fields.

show 1 reply
867-5309yesterday at 11:00 PM

also handy for bypassing bandwidth restrictions: capped at 100kbps? launch 1000 workers to grab chunks then assemble the survivors

show 1 reply