gRPC Java does not expose all the headers, because some of them are gRPC specific. What headers did you want to access?
On Saturday, March 31, 2018 at 4:15:21 AM UTC-7, Mahesh Kanote wrote: > > Hi, > > I have question about getting MetaData in grpc service method. By > Implementing io.grpc.ServerInterceptor its possible to get reference of > MetaData sent by client. But, is there any way we can get reference to > MetaData object in grpc service method? Something like HttpServletRequest > and HttpServletResponse in case of RestControllers. > > Thanks, > Mahesh > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/92935121-afc4-4e5f-beda-e945b75c78c9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
