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.
 
 
 
 
 
 
apolcyn 778f04dccf
Bump version on master branch to 1.50.0.dev (#30614)
3 years ago
..
internal Rename GRPCCallOptions+internal->GRPCCallOptions+Internal 7 years ago
internal_testing Revert "Revert #19704 and #20060" 6 years ago
private Remove idempotent/cacheable requests (#28922) 3 years ago
GRPCCall+ChannelArg.h Test user agent suffix for grpc-objc. 4 years ago
GRPCCall+ChannelArg.m Test user agent suffix for grpc-objc. 4 years ago
GRPCCall+ChannelCredentials.h Add doc generator for Objective-C 6 years ago
GRPCCall+ChannelCredentials.m Revert "Revert #19704 and #20060" 6 years ago
GRPCCall+Cronet.h Add doc generator for Objective-C 6 years ago
GRPCCall+Cronet.m More Id -> ID 6 years ago
GRPCCall+GID.h Rerun clang-formatter-7 5 years ago
GRPCCall+GID.m Revert "Revert "Add OAuth2 protocol in GRPCClient"" 8 years ago
GRPCCall+Interceptor.h Add doc generator for Objective-C 6 years ago
GRPCCall+Interceptor.m Rerun clang-formatter-7 5 years ago
GRPCCall+OAuth2.h Add doc generator for Objective-C 6 years ago
GRPCCall+OAuth2.m clang-format objective-c files 7 years ago
GRPCCall+Tests.h Add doc generator for Objective-C 6 years ago
GRPCCall+Tests.m Rerun clang-formatter-7 5 years ago
GRPCCall.h Rerun clang-formatter-7 5 years ago
GRPCCall.m Remove idempotent/cacheable requests (#28922) 3 years ago
GRPCCallLegacy.h [gRPC ObjC] Adding copy property attribte to response header & trailer dictionary (#27237) 4 years ago
GRPCCallLegacy.m Remove idempotent/cacheable requests (#28922) 3 years ago
GRPCCallOptions.h Patch GRPCCallOptions to use nonatomic properties (#28972) 3 years ago
GRPCCallOptions.m Patch GRPCCallOptions for missing property copy (#28696) 3 years ago
GRPCDispatchable.h Revert "Revert #19704 and #20060" 6 years ago
GRPCInterceptor.h Rerun clang-formatter-7 5 years ago
GRPCInterceptor.m Rerun clang-formatter-7 5 years ago
GRPCTransport.h Rerun clang-formatter-7 5 years ago
GRPCTransport.m More Id -> ID 6 years ago
GRPCTypes.h Remove idempotent/cacheable requests (#28922) 3 years ago
GRPCTypes.m Moved GRPCTypes into its own grpc_objc_library. 5 years ago
README.md Imports code of the generic gRPC client library. 10 years ago
version.h Bump version on master branch to 1.50.0.dev (#30614) 3 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.