h10 0.1.0

Simple HTTP/1.0 Server
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
```