SkillAgentSearch skills...

RangeHTTPServer

SimpleHTTPServer with support for Range requests

Install / Use

/learn @danvk/RangeHTTPServer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Development

To release a new version:

pip install --upgrade wheel setuptools twine
python setup.py sdist bdist_wheel
twine upload dist/*
View on GitHub
GitHub Stars181
CategoryCustomer
Updated9d ago
Forks32

Languages

Python

Security Score

95/100

Audited on Mar 27, 2026

No findings