echo icon indicating copy to clipboard operation
echo copied to clipboard

Request support for more routing path matching

Open OneSeven opened this issue 1 year ago • 1 comments

Issue Description

Unable to match such a route /flights/:from-:to

more: https://docs.gofiber.io/guide/routing After some time, I found that echo has fallen behind gofiber in too many functions.

Checklist

  • [ ] Dependencies installed
  • [ ] No typos
  • [ ] Searched existing issues and docs

Expected behaviour

Unable to match two parameters

Actual behaviour

Steps to reproduce

Working code to debug


### Version/commit

OneSeven avatar Dec 06 '23 09:12 OneSeven

@aldas this looks like a good routing feature to have. I have made a PR for this.

ProgrammingMuffin avatar Dec 17 '23 07:12 ProgrammingMuffin