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

feat(serve-static): support range requests #63

Merged
merged 12 commits into from
Jul 15, 2023

Commits on Jan 21, 2023

  1. Update serve-static.ts

    Many fixes
    Hoodgail committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    ec09fd9 View commit details
    Browse the repository at this point in the history
  2. Pathnames

    I just spot an other issue, if a path has spaces or some other special letters in them, most browsers will encode it as a URI component, so we have to decode it.
    Hoodgail committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    8be57f4 View commit details
    Browse the repository at this point in the history
  3. Status code

    The status code should only be 206 when range headers are preasent, else, it should be 200
    Hoodgail committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    66b815f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    e29e5bc View commit details
    Browse the repository at this point in the history
  2. Prettier & Type fix

    Hoodgail committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    4ff9baf View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Tests

    Hoodgail committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    814e2a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Update serve-static.ts

    Connect Handler type for the middleware function
    Hoodgail committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    f9ebbcc View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. merge main

    yusukebe committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b023b4f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    cdc4e32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fb2a39 View commit details
    Browse the repository at this point in the history
  3. merge

    yusukebe committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    883eac5 View commit details
    Browse the repository at this point in the history
  4. use Readable.toWeb()

    yusukebe committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    9f1519c View commit details
    Browse the repository at this point in the history