Skip to content

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

License

Notifications You must be signed in to change notification settings

smgoller/rangehttpserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages