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 610805086c | 8 years ago | |
---|---|---|
termcolors | 10 years ago | |
.gitignore | 8 years ago | |
README.md | 10 years ago | |
global.go | 10 years ago | |
main.go | 10 years ago | |
requestId.go | 10 years ago | |
term_bsd.go | 10 years ago | |
term_darwin.go | 8 years ago | |
term_linux.go | 10 years ago | |
term_windows.go | 8 years ago | |
wrappers.go | 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.