grpc/src/core
Arjun Roy 25880c2df9
Merge pull request #19713 from arjunroy/md_batch_static_idx_call_with_args
Added overloads for metadata add/remove when static index is known.
2019-08-14 17:58:55 -07:00
..
ext Merge pull request #19713 from arjunroy/md_batch_static_idx_call_with_args 2019-08-14 17:58:55 -07:00
lib Merge pull request #19713 from arjunroy/md_batch_static_idx_call_with_args 2019-08-14 17:58:55 -07:00
plugin_registry Merge pull request #19702 from veblush/move-cronet 2019-07-24 16:52:26 -07:00
tsi Merge pull request #19833 from yihuazhang/spiffe-tsi 2019-08-11 10:27:52 -07:00
README.md Adding missing language :P 2019-03-25 13:44:45 -07:00

README.md

Overview

This directory contains source code for C library (a.k.a the gRPC C core) that provides all gRPC's core functionality through a low level API. Libraries in other languages in this repository (C++, C#, Ruby, Python, PHP, NodeJS, Objective-C) are layered on top of this library.