I want to specify the routing rule for URL /responder/1/type/2/category/3/..., that in controller i could get string /responder/1/type/2/category/3/... and cut this string:
[0] = responder;
[1] = 1;
[2] = type;
[3] = 2;
and .etc. The amount of URL settings can be infinite