The method I will use is DELETE request, and I have this url for web service call:
http://www.localhost:9000/example/com/foo/bar
I want to extract /foo and /bar and store it in a variable.
Does anybody know how to do this? Thanks!
I'm using play2-mini for web service and dispatch for scala for making http request.