package server import ( "github.com/valyala/fasthttp" ) type RequestHandler func(ctx *fasthttp.RequestCtx)