-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed