A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Range Requests Headers

About

HTTP range requests allow the client to request a portion of a resource from the server. Range requests are useful for applications like media players that support random acccess, data tools that know they need only part of a large file, and download managers that let the user pause and resume a download1.

List

Anki

References


  1. MDN. “Range requests header”. Available at: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers#range_requests. (Accessed: [2025-05-17 Sat 17:46]). ↩︎

Related Posts