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.
 
 
 
 
 
 
Muxi Yan 35a1f0a963 Add transport interceptor 6 years ago
..
internal Rename GRPCCallOptions+internal->GRPCCallOptions+Internal 7 years ago
internal_testing Revert "Revert #19704 and #20060" 6 years ago
private Add transport interceptor 6 years ago
GRPCCall+ChannelArg.h Revert "Revert #19704 and #20060" 6 years ago
GRPCCall+ChannelArg.m Revert "Revert #19704 and #20060" 6 years ago
GRPCCall+ChannelCredentials.h Revert "Revert #19704 and #20060" 6 years ago
GRPCCall+ChannelCredentials.m Revert "Revert #19704 and #20060" 6 years ago
GRPCCall+Cronet.h More Id -> ID 6 years ago
GRPCCall+Cronet.m More Id -> ID 6 years ago
GRPCCall+GID.h Revert "Revert #19704 and #20060" 6 years ago
GRPCCall+GID.m Revert "Revert "Add OAuth2 protocol in GRPCClient"" 8 years ago
GRPCCall+Interceptor.h Update global interceptor comment and raise exception 6 years ago
GRPCCall+Interceptor.m clang-format 6 years ago
GRPCCall+OAuth2.h Revert "Revert #19704 and #20060" 6 years ago
GRPCCall+OAuth2.m clang-format objective-c files 7 years ago
GRPCCall+Tests.h Revert "Revert #19704 and #20060" 6 years ago
GRPCCall+Tests.m Revert "Revert #19704 and #20060" 6 years ago
GRPCCall.h Revert "Revert #19704 and #20060" 6 years ago
GRPCCall.m Add transport interceptor 6 years ago
GRPCCallLegacy.h Revert "Revert #19704 and #20060" 6 years ago
GRPCCallLegacy.m Revert "Revert #19704 and #20060" 6 years ago
GRPCCallOptions.h GRPCTransportId -> GRPCTransportID 6 years ago
GRPCCallOptions.m More Id -> ID 6 years ago
GRPCDispatchable.h Revert "Revert #19704 and #20060" 6 years ago
GRPCInterceptor.h Thread safety fix 6 years ago
GRPCInterceptor.m Thread safety fix 6 years ago
GRPCTransport.h Add transport interceptor 6 years ago
GRPCTransport.m More Id -> ID 6 years ago
GRPCTypes.h GRPCTransportId -> GRPCTransportID 6 years ago
README.md Imports code of the generic gRPC client library. 10 years ago
version.h Regenerate projects 6 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.