Package fasthttp provides a fast HTTP server and client API.
go get github.com/valyala/fasthttpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Start a simple HTTP server that responds with 'Hello, world!'
Use fasthttp.RequestCtx instead of http.ResponseWriter and *http.Request.
No dependency data recorded yet.