Skip to content

vickysam/ComplexHTTPServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.