You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
287 B
Markdown

10 years ago
Simple HTTP file server. It's more or less the same thing as running `python
-m SimpleHTTPServer`, but with slightly nicer logging and it doesn't puke when
you kill it.
10 years ago
The only real feature that it has that the Python SimpleHTTPServer doesn't have
is that it doesn't support Windows.