You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a question, does regexp routes will be supported? Or if it's welcomed to accept PR to support regexp?
Sometimes it's quite useful doing some migration work.
The text was updated successfully, but these errors were encountered:
I will take a try to do some experimental work, if it looks not bad, I will send it for review and further discussing.
Yes, I guess a new similar field like wildcardChild is a good start.
Also I believe the Chi router (https://github.com/go-chi/chi) already accepts regexp routes so that might be a better choice than this one.
I'm not familiar with it, I use Gin a lot and like the router, but miss regex route ability sometimes, but Gin and httprouter seems won't accept regex.
Just a question, does regexp routes will be supported? Or if it's welcomed to accept PR to support regexp?
Sometimes it's quite useful doing some migration work.
The text was updated successfully, but these errors were encountered: