Matrix URL notation is an idea first floated in a 1996 proposal by the founder of the web, Tim Berners-Lee.
Although matrix notation never made it into the HTML standard, it is legal and it became popular among browser routing systems as a way to isolate parameters belonging to parent and child routes.
FYI There is a node.js matrix parser implementation here.
I understand that full support might be a bt far fetched. Is there any way to produce matrix-complientURLs with the current Restangular, maybe using interceptors ?
I more or less tried it, but could not made it, but my knowledge of Restangular is rather basic. I am happy to get guidelines if this is possible.
(quote from angular.io docs)
FYI There is a node.js matrix parser implementation here.
I understand that full support might be a bt far fetched. Is there any way to produce matrix-complientURLs with the current Restangular, maybe using interceptors ?
I more or less tried it, but could not made it, but my knowledge of Restangular is rather basic. I am happy to get guidelines if this is possible.
thanks