HttpClient used underneath GRPC

30 views
Skip to first unread message

ashish tiwari

unread,
Sep 22, 2020, 1:53:08 AM9/22/20
to grpc.io
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?

Jan Tattermusch

unread,
Oct 6, 2020, 9:08:36 AM10/6/20
to grpc.io
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).
Reply all
Reply to author
Forward
0 new messages