You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...