Open peczenyj opened 1 year ago
@savsgio any idea?
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 @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 😉
I tried to add such feature but... it did not work properly. The impact is huge :/
I will keep trying, thanks
I have a very restrictive requirement
I need to support path likes
/foo /foo/
without redirect from one form to the other ( in other words, the last trailing slash should be ignored )
https://github.com/buaazp/fasthttprouter works fine for this, but fasthttp/router panics
how can I achieve it?