My first http server

This was the first http server i created from scratch, i used Go and it’s net package. It was quite interesting to learn about how http works internally, and it’s quite usefull know the protocol for CTF-like challenges.