My client and server is in Go. The server is reading a pcap file and sending to a cleint. Now I want to send a custom header with each packet of this pcap file.
On Thursday, 9 December 2021 at 22:06:49 UTC+5:30 Eric Anderson wrote: > 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/95b76471-9d40-426b-8a37-0f5f192672a7n%40googlegroups.com.
