Grpc.Core (also called gRPC C#) uses the native gRPC C-core library to make RPCs. C-core has its own custom implementation of http2 client (https://github.com/grpc/grpc/tree/master/src/core). That http2 library is gRPC specific and cannot be reused for making other https requests (such as rest calls).
On Tuesday, September 22, 2020 at 7:53:08 AM UTC+2 [email protected] wrote: > Hi, > > I am using C# unity version of GRPC for gaming purpose. Can someone tell > me what HttpClient lib used underneath GRPC and how to expose for other > purpose like rest calls for CDN? > -- 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/b64e1132-c022-4652-922b-b7ab1e5be0c9n%40googlegroups.com.
