Clarence
09/13/2024, 5:58 AMcall.attributes
or headers from a request of Ktor Server?
For example
1. Receive a request in the server containing a header of X-B3-TraceId
2. I save this header into the call state call.attributes
3. I make a REST call to an external service and I want to forward this header
Preferably I don't want to manually forward this value when I make the callClarence
09/13/2024, 7:42 AMAleksei Tirman [JB]
09/13/2024, 9:28 AM