Guest User

Untitled

a guest
Feb 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. RestRequest uri = RestContext.request.requestURI;
  2. List<String> path = uri.split('/');
  3. // check for specific elements in the path
Add Comment
Please, Sign In to add comment