- Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathREADME
More file actions
Latest commit
8 lines (6 loc) · 389 Bytes
/
Copy pathREADME
File metadata and controls
8 lines (6 loc) · 389 Bytes
1
2
3
4
5
6
7
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