Lund-Org / cherry

A light framework to quickly create a web server
MIT License
3 stars 0 forks source link

Enhance route format #12

Closed Mystilund closed 5 years ago

Mystilund commented 5 years ago

Enhance the route system to allow default action attached to a set of routes. Example : A middleware called for every routes (for checking the duration of each route for example)

Enhance the route declaration to allow the definition of "part of route". It will avoid to copy/paste the beginning of a path and help to see the different categories Linked with the feature above, it will allow this :