Skip to content

[Feature Request] Range requests #483

@pftbest

Description

@pftbest

Description

Example:

curl -i --header "Range: bytes=100-107" "http://127.0.0.1:8000/large_file.bin" 

Should reply with 206 Partial Content and 8 bytes of data

Why is this useful?

I wanted to stream some video files to my TV but was not able to ff/rewind the video, as it requires range requests.

How should this work?

I guess HEAD requests should also be supported to make this work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions