Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Partial Content Delivery #95

Closed
wants to merge 1 commit into from
Closed

Commits on Feb 7, 2017

  1. Add Partial Content Delivery

    This commits adds Partial Content Delivery, as asked in issue iron#93. This
    enables the "Accept-Ranges" header on all files delivered via
    static. It is possible to ask only a certain portion of bytes like
    explicitely described in RFC 7233. Of the 3 ways to ask for a range of
    bytes (byte x to byte y, everything from byte x to end of file, last y
    bytes from end of file), every one of them is implemented, but if a
    request is to ask multi ranges in a same request, this implementation
    will only account the first range.
    Cobrand committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    8a0ef4f View commit details
    Browse the repository at this point in the history