pedestal

2020-02-26T17:46:16.006900Z

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.

2020-02-26T18:28:45.007200Z

@dadair nope, you’re not missing anything.

👍 1