Skip to content

support for range requests #259

@raymondben

Description

@raymondben

httpuv's static file serving doesn't currently support range requests (i.e. requests for only part of a file). This would be very useful! servr supports this, but by reading the static content into memory first rather than reading from disk (see yihui/servr#35 and yihui/servr#41).
The need for range request support in httpuv/shiny has been mentioned in various places, see e.g.:

Range request support in shiny should (?) be relatively straightforward once httpuv supports it, just requiring a couple of extra headers to be passed to the shiny app.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions