Http-server, a simple zero-configuration command line http server 15 years ago
python -m SimpleHTTPServer cannot be configured from the command line. You'll need to write an additional py script to do anything useful. It's also missing a bunch of features you are going to want, like AutoIndex.
It also cannot serve 6,000 requests per second out of the box.