Pablo Andres Fuente

Results 18 comments of Pablo Andres Fuente

Well the concrete use case that I'm trying to solve is related to logging. I needed to test locally the implementation of a logging proxy that will send the logs...

Sure, I'll try to came up with something and update my PR accordingly.

@aperezg, Could you please check this PR? Thanks!!!

I agree with @lammel, in fact someone else could choose c.JSON instead of c.HTML, which is more common for APIs

This is because the nodes on the Router only have an internal structure to store the path parameters (pnames), and the same node is used for all the HTTP methods....

@aldas I agree with you. I have a little PR that panics when the same route with different route params is added (regarding HTTP method). If everyone agrees I can...

@vuxt, Did you had time to check @yusufsyaifudin comment? I tried myself and it's working for me

> @pafuent I do not know if making it slice helps. Router Node can have only single handler per method type. So if you add route with same path+method multiple...

Hi @kunal-sanghvi, I guess you are facing an issue that was fixed in a later version than 3.3.10 Here is the PR #1535 Here is the related issue #1492 Besides...

@kunal-sanghvi Did you had the opportunity to check if v4.1.17 solved your issue?