Rest: Recursive Path

0
Hi I want to implement recursive path in rest for a self associative domain. Currently I have to resort to something like localhost:8081/node/get?path=/simpleastronomy/javasource/myfirstmodule/actions, I want to get rid of the ?path= part Its just for files right now, but I want to eventually use it for other content as well, just faking a file server page for testing.   Request handlers have been mentioned, if someone can give some pointers.
asked
0 answers