Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 650 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 650 Bytes

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.