ComplexHTTPServer icon indicating copy to clipboard operation
ComplexHTTPServer copied to clipboard

ComplexHTTPServer - A Multithreaded Python SimpleHTTPServer

ComplexHTTPServer

ComplexHTTPServer is a Multithreaded Python SimpleHTTPServer.

GitHub license PyPI

Installation

Install from PyPI::

$ pip install ComplexHTTPServer

Install from Source::

$ python setup.py install

Usage

Basic usage::

$ python -m ComplexHTTPServer [PORT]

Default port is 8000

License

ComplexHTTPServer is released under the MIT License.