Skip to content

Instantly share code, notes, and snippets.

@gilesbowkett
Created January 15, 2015 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gilesbowkett/b7828ae8da2018db4d3a to your computer and use it in GitHub Desktop.
Save gilesbowkett/b7828ae8da2018db4d3a to your computer and use it in GitHub Desktop.
14.5 Accept-Ranges
The Accept-Ranges response-header field allows the server to
indicate its acceptance of range requests for a resource:
Accept-Ranges = "Accept-Ranges" ":" acceptable-ranges
acceptable-ranges = 1#range-unit | "none"
Origin servers that accept byte-range requests MAY send
Accept-Ranges: bytes
but are not required to do so.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment