ComplexHTTPServer

A Multithreaded Python SimpleHTTPServer


Keywords
http, simpehttpserver, multithreading, http-server, python, simplehttpserver
License
Other
Install
pip install ComplexHTTPServer==0.3

Documentation

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.