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: 4 months ago
JSON representation
Python module that implements a simple HTTP server that understands the HTTP Range header.
- Host: GitHub
- URL: https://github.com/smgoller/rangehttpserver
- Owner: smgoller
- License: gpl-2.0
- Created: 2011-08-08T02:05:00.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T00:30:12.000Z (almost 2 years ago)
- Last Synced: 2025-07-07T06:02:26.522Z (4 months ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 68
- Watchers: 4
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - smgoller/rangehttpserver - Python module that implements a simple HTTP server that understands the HTTP Range header. (Python)
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