hi, is it possible to add headers to request in se...
# ktor
t
hi, is it possible to add headers to request in servers Pipeline::intercept?
r
You can adds attributes using
Copy code
call.attributes.put()
I think it can replace the use of adding headers.