Python SimpleHTTPServer

From RHS Wiki
Jump to navigation Jump to search

Python 2[edit]

python -m SimpleHTTPServer

Python 3[edit]

python3 -m http.server