The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
makdharma ba46906c92 Merge pull request #8223 from muxi/add-quic-support 9 years ago
..
private Merge pull request #8223 from muxi/add-quic-support 9 years ago
GRPCCall+ChannelArg.h Document 9 years ago
GRPCCall+ChannelArg.m Let override default response size limit 9 years ago
GRPCCall+ChannelCredentials.h Enable treating warnings as errors for target gRPC 9 years ago
GRPCCall+ChannelCredentials.m Objective-C: Add ChannelCredentials to gRPC Call. 9 years ago
GRPCCall+Cronet.h cronet build related changes 9 years ago
GRPCCall+Cronet.m cronet build related changes 9 years ago
GRPCCall+OAuth2.h Finished script and example output. 10 years ago
GRPCCall+OAuth2.m Make GRPCRequestHeaders public and import from GRPCCall 10 years ago
GRPCCall+Tests.h Better names for the methods to clear all host settings 9 years ago
GRPCCall+Tests.m Better names for the methods to clear all host settings 9 years ago
GRPCCall.h Name revision 9 years ago
GRPCCall.m Name revision 9 years ago
README.md Imports code of the generic gRPC client library. 10 years ago

README.md

This is a generic gRPC client for Objective-C on iOS.

If you're trying to get started with the library or with gRPC, you should first read GRPCCall.h.