javaConductor / gserv

GServ: Framework for SPAs and REST based services.
MIT License
49 stars 9 forks source link

RegEx for URL matching #1

Open javaConductor opened 9 years ago

javaConductor commented 9 years ago

something like: /thing/:data:[\d*]

It will only match if the regEx is matched.

javaConductor commented 9 years ago

taken care of in issue #6

javaConductor commented 9 years ago

Not covered by #6. This is about the internal path matching.