route-parser icon indicating copy to clipboard operation
route-parser copied to clipboard

Feature sugestion: full URL

Open piotr-s-brainhub opened this issue 8 years ago • 1 comments

It would be nice something like that:

var route = new Route('http://site:3000/products/:productId');
route.reverse({ productId: 123 });

piotr-s-brainhub avatar Nov 30 '16 13:11 piotr-s-brainhub

Would like to see support for this, too. Workaround suggestion: use the url module to parse out the path.

Thanks!

drj-io avatar Jun 29 '18 17:06 drj-io