File: README

package info (click to toggle)
python-rangehttpserver 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104 kB
  • sloc: python: 103; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
SimpleHTTPServer with support for Range requests

Quickstart:

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

See the GitHub repo for more information:
https://github.com/danvk/RangeHTTPServer