Fork me on GitHub
#pedestal
<
2020-02-26
>
dadair17:02:16

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.

ddeaguiar18:02:45

@U0E2EQFME nope, you’re not missing anything.

👍 4