So is the right place to inject something like thi...
# ktor
m
So is the right place to inject something like this inside the
route
block, before the
get
or
post
blocks get handled? If so, what's the right way of accessing the request headers there? I don't seem to have access to
call.request