FR
frankli0324/go-http
golang http from scratch
http
Educational purposes only. Not production-ready.
This project is intended for demonstrating what http features/concepts are and how they are useful, such as the difference between keep alive and pipelining, or http2 streams, by implementing or not implementing them.