When using a hander-style interceptor (e.g., a req->resp function), is there any way to get the non-interpolated route (e.g., with keyword path params still in it, versus the actual values)? Printing the req
seems to only have the interpolated path. I'm on 0.5.3
for jetty/route/service
. I know that I can have an interceptor inject [:route :path]
from context into [:request <somekey>]
, more just wondering if I'm missing something.
@dadair nope, you’re not missing anything.