Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smgoller/rangehttpserver

Python module that implements a simple HTTP server that understands the HTTP Range header.
https://github.com/smgoller/rangehttpserver

Last synced: 3 months ago
JSON representation

Python module that implements a simple HTTP server that understands the HTTP Range header.

Awesome Lists containing this project

README

        

CORSRangeHTTPServer is a lightweight Python3 module that extends SimpleHTTPServer
to support some HTTP Range requests, and allows CORS on all requests.

Note that this does not support the full specifications of range requests (https://tools.ietf.org/html/rfc7233#section-2.3).
* There is no support for multiple ranges and/or multipart payload
* Only Bytes ranges
* No if-range support