simple http server
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.
Jordan Orelli a501edd6dd support windows 8 years ago
termcolors colors! 10 years ago
README.md yeah. 10 years ago
global.go request ids 10 years ago
main.go oh that was a bad error path. 10 years ago
requestId.go request ids 10 years ago
term_bsd.go colors! 10 years ago
term_darwin.go support windows 8 years ago
term_linux.go wrong package name 10 years ago
term_windows.go support windows 8 years ago
wrappers.go oh that was a bad error path. 10 years ago

README.md

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.

The only real feature that it has that the Python SimpleHTTPServer doesn't have is that it doesn't support Windows.