Python module that implements a simple HTTP server that understands the HTTP Range header.
Python
Switch branches/tags
Nothing to show
Latest commit 2686b7d Mar 4, 2013 @smgoller Update license (with permission from Xyne, from whom this code was
forked) to allow licensing under versions of the GPL greater than 2.

Also include a copy of the GPLv2.

README

RangeHTTPServer is a lightweight Python module that extends SimpleHTTPServer
to support the HTTP Range command.