Nicolas "Pixel" Noble d53b389607 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown il y a 10 ans
..
private b457cd831a Merge remote-tracking branch 'google/master' into the-ultimate-showdown il y a 10 ans
GRPCCall+OAuth2.h 721b7a3923 Rename oauth2_lowerCamel -> oauth2UpperCamel il y a 10 ans
GRPCCall+OAuth2.m 0b34c89bc6 Turn allResponseMetadata into *Headers and *Trailers il y a 10 ans
GRPCCall+Tests.h 55fcf504b9 Document that methods in GRPCCall+Tests can only be called once per host il y a 10 ans
GRPCCall+Tests.m b2bd06775e Require very explicit registration of non-SSL hosts. il y a 10 ans
GRPCCall.h 5263758ebf Document not to modify headers after start il y a 10 ans
GRPCCall.m 1ab2a71d07 Put both headers and trailers in the error.userInfo il y a 10 ans
README.md 5e0efd95f7 Imports code of the generic gRPC client library. il y a 11 ans

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.