http-stats:
HTTP/1.1 Accept-Ranges header field

This standard HTTP header field is defined in RFC 2616

The Accept-Ranges response-header field allows the server to indicate its acceptance of range requests for a resource.

Origin servers that accept byte-range requests MAY send Accept-Ranges: bytes but are not required to do so. Clients MAY generate byte-range requests without having received this header for the resource involved.

Servers that do not accept any kind of range request for a resource MAY send Accept-Ranges: none to advise the client not to attempt a range request.


Common Accept-Ranges header values:

Sample Accept-Ranges web server response:

HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Content-Length: 5611
Accept-Ranges: bytes
Date: Fri, 30 Jul 2010 16:58:04 +0000

<!DOCTYPE html PUBLIC "-//W3C//DTD ...
...
...

Other common HTTP headers

Other less common headers