Jaguar-dart / jaguar

Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
http://jaguar-dart.github.io
463 stars 35 forks source link

Add path variable less glob syntax to route's URL matching #91

Closed tejainece closed 7 years ago

tejainece commented 7 years ago

Add possibility to match routes based on wild cards that do not require defining path variables.

/base/url/* must match all paths with prefix segments ['base', 'url']

tejainece commented 7 years ago

Fixed