What language is your server written in? gRPC's Metadata is sent as HTTP headers, so you want to add Metadata to each response.
On Mon, Dec 6, 2021 at 9:43 PM gamer boii <[email protected]> wrote: > My grpc server is reading a pcap file and sending it to a backend client. > Now, I want to add some custom HTTP header to each packet before sending it > to the backend client. How can I do it? Are there any example code I can > look at? > > -- > You received this message because you are subscribed to the Google Groups " > grpc.io" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/grpc-io/63e92602-2cfa-4d19-9c3e-4d570026523an%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/63e92602-2cfa-4d19-9c3e-4d570026523an%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CA%2B4M1oMhx9Tefv6eqAYjdn1cmNOCLcsD_zHL_wpdoaAzec56og%40mail.gmail.com.
