valyala / fasthttp

Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
MIT License
21.91k stars 1.76k forks source link

Implemented what was described by me in #1766. #1767

Closed rhabichl closed 6 months ago

erikdubbelboer commented 6 months ago

Thanks!