issues
search
rumkin
/
plant
🌳 JS web server charged with WebAPI and neat HTTP2 support
https://npmjs.com/package/@plant/plant
80
stars
6
forks
source link
Add strict and wildcard routes to built-in router
#9
Closed
rumkin
closed
5 years ago
rumkin
commented
5 years ago
Add wildcard and strict route capturing with built-in router:
/
– strict route. Should match '/' and '' only.
/*
– wildcard route. Should match everything what starts with '/' including '/' itself.
Add wildcard and strict route capturing with built-in router:
/
– strict route. Should match '/' and '' only./*
– wildcard route. Should match everything what starts with '/' including '/' itself.