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.
 
 
 
 
 
 
Craig Tiller 6c90d898b6 Fix sanity 9 years ago
..
private Fix sanity 9 years ago
GRPCCall+ChannelArg.h Updated user agent to be a host-level setting 9 years ago
GRPCCall+ChannelArg.m Removed unused userAgentPrefix variable 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 Reformat comments as Cocoadocs 10 years ago
GRPCCall+Tests.m Reject nils in useTestCertsPath:testName:forHost: 10 years ago
GRPCCall.h Prevent warnings on dictionaries w/o string keys 10 years ago
GRPCCall.m Makes GRPCRequestHeaders a NSMutableDictionary 10 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.