grpc/src/objective-c/GRPCClient
Stanley Cheung 7c347b96eb [Release] Bump version to 1.62.0-dev (on master branch) (#35580)
Change was created by the release automation script. See go/grpc-release.

Closes #35580

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35580 from stanley-cheung:bump_dev_version_202401171835 b363888ca5
PiperOrigin-RevId: 599267642
2024-01-17 13:19:59 -08:00
..
internal Rename GRPCCallOptions+internal->GRPCCallOptions+Internal 2018-11-06 17:42:30 -08:00
internal_testing [ObjC] Support use frameworks! (#34921) 2023-12-08 18:57:08 -08:00
private [ObjC] Support use frameworks! (#34921) 2023-12-08 18:57:08 -08:00
GRPCCall+ChannelArg.h Test user agent suffix for grpc-objc. 2021-02-12 13:39:04 -08:00
GRPCCall+ChannelArg.mm [ObjC] Support use frameworks! (#34921) 2023-12-08 18:57:08 -08:00
GRPCCall+ChannelCredentials.h Add doc generator for Objective-C 2019-10-24 21:00:46 -07:00
GRPCCall+ChannelCredentials.mm [ObjC] Support use frameworks! (#34921) 2023-12-08 18:57:08 -08:00
GRPCCall+Cronet.h Add doc generator for Objective-C 2019-10-24 21:00:46 -07:00
GRPCCall+Cronet.mm [ObjC] Support use frameworks! (#34921) 2023-12-08 18:57:08 -08:00
GRPCCall+GID.h Rerun clang-formatter-7 2020-03-03 10:46:55 -08:00
GRPCCall+GID.mm [ObjC] Support use frameworks! (#34921) 2023-12-08 18:57:08 -08:00
GRPCCall+Interceptor.h Add doc generator for Objective-C 2019-10-24 21:00:46 -07:00
GRPCCall+Interceptor.mm [ObjC] Support use frameworks! (#34921) 2023-12-08 18:57:08 -08:00
GRPCCall+OAuth2.h Add doc generator for Objective-C 2019-10-24 21:00:46 -07:00
GRPCCall+OAuth2.mm [ObjC] Support use frameworks! (#34921) 2023-12-08 18:57:08 -08:00
GRPCCall+Tests.h Add doc generator for Objective-C 2019-10-24 21:00:46 -07:00
GRPCCall+Tests.mm [ObjC] Support use frameworks! (#34921) 2023-12-08 18:57:08 -08:00
GRPCCall.h Rerun clang-formatter-7 2020-03-03 10:46:55 -08:00
GRPCCall.mm [ObjC] Support use frameworks! (#34921) 2023-12-08 18:57:08 -08:00
GRPCCallLegacy.h [gRPC ObjC] Adding copy property attribte to response header & trailer dictionary (#27237) 2021-09-07 10:53:28 -07:00
GRPCCallLegacy.mm [ObjC] Support use frameworks! (#34921) 2023-12-08 18:57:08 -08:00
GRPCCallOptions.h Patch GRPCCallOptions to use nonatomic properties (#28972) 2022-02-25 10:18:46 -08:00
GRPCCallOptions.mm [ObjC] Support use frameworks! (#34921) 2023-12-08 18:57:08 -08:00
GRPCDispatchable.h Revert "Revert #19704 and #20060" 2019-08-28 13:35:40 -07:00
GRPCInterceptor.h Rerun clang-formatter-7 2020-03-03 10:46:55 -08:00
GRPCInterceptor.mm [ObjC] Support use frameworks! (#34921) 2023-12-08 18:57:08 -08:00
GRPCTransport.h Rerun clang-formatter-7 2020-03-03 10:46:55 -08:00
GRPCTransport.mm [ObjC] Support use frameworks! (#34921) 2023-12-08 18:57:08 -08:00
GRPCTypes.h [ObjC] Support use frameworks! (#34921) 2023-12-08 18:57:08 -08:00
GRPCTypes.mm [ObjC] Support use frameworks! (#34921) 2023-12-08 18:57:08 -08:00
README.md Imports code of the generic gRPC client library. 2015-02-17 18:23:58 -08:00
version.h [Release] Bump version to 1.62.0-dev (on master branch) (#35580) 2024-01-17 13:19:59 -08:00

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.