This is a modified FileResponse that returns 'Content-Range' headers with the HTTP response, so browsers (e.g. Safari 9+) that request the file, can stream the response properly. WWW: https://github.com/i3thuan5/django-ranged-response PR: 228132 Submitted by: Kai <freebsd_ports@k-worx.org>
5 lines
237 B
Text
5 lines
237 B
Text
This is a modified FileResponse that returns 'Content-Range' headers with the
|
|
HTTP response, so browsers (e.g. Safari 9+) that request the file, can stream
|
|
the response properly.
|
|
|
|
WWW: https://github.com/i3thuan5/django-ranged-response
|