Open
Description
We use the Go standard library one, which is good enough for some purposes, but it's not the most heavily optimized one. For example, https://github.com/valyala/fasthttp/ might be faster as a raw server, and there are some more frameworky-things built on top of it such as https://github.com/gofiber/fiber and https://github.com/savsgio/atreugo which look nice.