Nicolas "Pixel" Noble e3e17d3f6b Merge branch 'v1.0.x' of https://github.com/grpc/grpc 9 years ago
..
private e3e17d3f6b Merge branch 'v1.0.x' of https://github.com/grpc/grpc 9 years ago
GRPCCall+ChannelArg.h 4da5fd0728 Document 9 years ago
GRPCCall+ChannelArg.m 6af4addd55 Let override default response size limit 9 years ago
GRPCCall+ChannelCredentials.h 36a58a7928 Enable treating warnings as errors for target gRPC 9 years ago
GRPCCall+ChannelCredentials.m 40f11aa5dc Objective-C: Add ChannelCredentials to gRPC Call. 9 years ago
GRPCCall+Cronet.h 38d8055306 cronet build related changes 9 years ago
GRPCCall+Cronet.m 38d8055306 cronet build related changes 9 years ago
GRPCCall+OAuth2.h 88c3284349 Finished script and example output. 10 years ago
GRPCCall+OAuth2.m 0b34c89bc6 Turn allResponseMetadata into *Headers and *Trailers 10 years ago
GRPCCall+Tests.h 32fde7af29 Better names for the methods to clear all host settings 9 years ago
GRPCCall+Tests.m 32fde7af29 Better names for the methods to clear all host settings 9 years ago
GRPCCall.h 5cdc9b9181 added comment about host parameter format (issue 4147) 9 years ago
GRPCCall.m 2eebe29ec8 Merge pull request #7245 from muxi/fix-7181 9 years ago
README.md 5e0efd95f7 Imports code of the generic gRPC client library. 11 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.