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 80123b3e3d yeah. 10 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.go colors! 10 years ago
term_bsd.go colors! 10 years ago
term_linux.go colors! 10 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.