Non-Blocking I/O web server with rust/mio.
$ cargo run [addr]:[port]
then connect via telnet, nc or browser
- Return responses as HTTP 1.0.
- Accept only HTTP 1.0 or 1.1.
- Only accept GET method.
- Disconnect a connection when a request and the corresponding response are exchanged.
- Security is not considered.(directory traversal etc.)