http.c/README.md

12 lines
198 B
Markdown

# HTTP server in C
Run program:
```
zig build run
```
## Resources
* [Hypertext Transfer Protocol -- HTTP/1.1](https://www.rfc-editor.org/rfc/rfc2616)
* [HTTP Working Group](https://httpwg.org/)