complete-nodejs-webapi-without-frameworks-yt
complete-nodejs-webapi-without-frameworks-yt copied to clipboard
no support for hierarchical url paths
trafficstars
e.g. GET /clients/1
should be defined as a route like '/clients/:id:get'. Currently not possible. Method is matched but '/clients/1' is not matched to '/clients/:id'.