1 2 3 4 5 6 7 8 9 10 11 12 13 14
# h10 Simple HTTP Server with no dependencies (WIP) ## Getting Started ### Terminal 1 ``` cargo run ``` ### Terminal 2 ``` curl -v localhost:8080 ```