h10-0.1.2 is not a library.
Visit the last successful build:
h10-0.6.18
h10
Simple HTTP/1.0 Server with no external dependencies (WIP)
Getting Started
Terminal 1
cargo run
Terminal 2
curl -v localhost:8080
or open in you browser: http://localhost:8080/
Roadmap
- Serve static files sandboxed in a specific folder
- Upload files
- Implement the complete spec RFC1945