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 ~/Downloadsto run your HTTP server with a file download directory (optional) - In another terminal run
curl commandat the IP and port specified in the first terminal
Run cargo test to run the tests