Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 237 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 237 Bytes

Implementation of a basic http server in golang, without using the net/http lib.

Just did it as an exercise to check how http 1.0 works at a lower level. Missing a ton of features like multi-threading, timeouts, safery checks etc...