Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 656 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 656 Bytes

Build Status Coverage Status

RangeHTTPServer

SimpleHTTPServer with support for Range requests

Quickstart:

$ pip install rangehttpserver
$ python -m RangeHTTPServer
Serving HTTP on 0.0.0.0 port 8000 ...

Alternatives

If you've found this, you may also be intersted in node's http-server, which also includes support for Range requests.