posted 8 years ago
I would like to find a way to determine what the URL is for any arbitrary request to the server. For example, sticking with GET requests for now, I have tried the following:
Which yields the following results:
What I really want is for GET server/path/more to yield "Url: path/more".
I'm currently using compojure but am not constrained to it so a suggestion using just ring or something else would be welcome too.
Thanks.