Sergio VS
Sergio VS
Fixed in: https://github.com/fasthttp/router/releases/tag/v1.5.0
Hi @peczenyj, Sorry for my delayed answer. Now the lib can't support this. But if you want and need it, I will be happy to review a PR 😉
Hi, The fasthttp team maintain the official [fasthttp/router](https://github.com/fasthttp/router). I'm maintaining the router, improve it and fix serveral errors. At the first, we fork this repository, but @buaazp never answered our...
Also, @buaazp is on the license as thanks for your effort.
Hi @gallir, The official fasthttp organization is maintaining this repo in https://github.com/fasthttp/router. It has some improvements and optimizations in performance. I recommend you use it. Thanks.
> path := string() allocates a new string for every call, use > the same b2s() function as in fasthttp to avoid the allocation. This change is did in official...
Hi @xleyba, To get value of query params in fasthttp (independently of router you are using) , use `ctx.URI().QueryArgs().Peek("accountId")`.
it's not necessary to add any extra functionalty to this router
Yes, the router does not recognize the route. Could you share a bit part of your code, please!
I recommend you to use this router https://github.com/fasthttp/router, it's maintained by fasthttp team. Try with it, and let my know if works.