files/en-us/web/http/reference/headers/accept-ranges/index.md
The HTTP Accept-Ranges {{Glossary("response header")}} is used by the server to advertise its support for range requests, allowing clients to request part or several parts of a resource.
The value of this header indicates the unit that can be used to define a range.
For example, a response with an Accept-Ranges header indicates that the server is capable of resuming an interrupted download instead of a client restarting the transfer in full.
Accept-Ranges: <range-unit>
Accept-Ranges: none
<range-unit>
bytes is the only range unit formally defined by {{RFC("7233")}}.
Range units are registered in the HTTP Range Unit Registry.none
Accept-Ranges: bytes
{{Specifications}}
{{Compat}}