This is a basic HTTP server implementation in Rust. This is a small research project.
- Ensure you have
cargo (1.70)
installed locally - In the terminal run
./your_server.sh --directory ~/Downloads
to run your HTTP server with a file download directory (optional) - In another terminal run
curl command
at the IP and port specified in the first terminal
Run cargo test
to run the tests