A CLI test program for HNU Cloud Computing Lab 2, built with Rust.
Basic Feature:
- Test the HTTP Server if it can handle GET & POST requests & send responses.
- Test the HTTP Server if it supports the feature of HTTP pipelining.
- Test the HTTP Server if it supports the feature of proxy.
- Test the performance of the HTTP Server.
Changlog:
- 💩 🐛 Fix a bug of restarting the server too fast that the port may still be bound.
I use some unix commands, so there will not be any windows zips.