I have a not-that-unique situation where we need to inject additional headers into gRPC unary/stream calls before they go out.
I have a working interceptor but realized that, from within the request object, I only have access to the gRPC path, but not the client's hostname value.
Is there any way to access the client which is sending the request without overriding the interceptor?