Building a Tiny HTTP Server from Scratch with net + bufio
Go’s net/http package is fantastic—but sometimes you want to see what’s really happening under the hood. In this article, we’ll build a tiny HTTP/1.1 …
tag
Go’s net/http package is fantastic—but sometimes you want to see what’s really happening under the hood. In this article, we’ll build a tiny HTTP/1.1 …