|
|
|
|
|
by xg15
241 days ago
|
|
This is really cool! Could also make a useful standalone command line tool. I think the general pattern - using the range header + prior knowledge of a file format to only download the parts of a file that are relevant - is still really underutilized. One small problem I see is that a server that does not support range requests would just try to send you the entire file in the first request, I think. So maybe doing a preflight HEAD request first to see if the server sends back Accept-Ranges could be useful. https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Ran... |
|