smgoller / rangehttpserver

Python module that implements a simple HTTP server that understands the HTTP Range header.
GNU General Public License v2.0
68 stars 18 forks source link

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).