gserv
gserv copied to clipboard
Resource.asPath()
Should return the same resource with the specified pathPrefix. Each Actioin inside should now be rooted at the New Path.
def r = resource('/one'){ ... }
http{
resource r.asPath("/two") }
Maybe "withPath(str)" is better??!&$%%