Sergio VS
Sergio VS
And modify your handler like this: ```go // Retrieves all the customer account movements func (h *MyHandler) customerAccountMovementsHandler(ctx *fasthttp.RequestCtx) { args := ctx.URI().QueryArgs() fmt.Printf("AccountId: %s, Sort: %s, Asc: %s", args.Peek("accountId"),...
Nice! Don't worry about performance. The router has a improvements in performance respect to fasthttprouter. You could see the benchmarks images in Readme.
Hi @GoWebProd, The official fasthttp organization is maintaining this repo in https://github.com/fasthttp/router. Thanks.
Please see: https://github.com/fasthttp/router/issues/4
Hi @yuskamal, What do you mean by "reload"?
Hi @susarlanikhilesh , Thank you so much for your PR. Could you some tests for this? please 😉