grpc/src/core
Mark D. Roth 10fa278660
Merge pull request #17577 from markdroth/lb_trailing_metadata
Allow LB policies to intercept recv_trailing_metadata
2019-01-17 13:26:29 -08:00
..
ext Merge pull request #17577 from markdroth/lb_trailing_metadata 2019-01-17 13:26:29 -08:00
lib Merge pull request #17577 from markdroth/lb_trailing_metadata 2019-01-17 13:26:29 -08:00
plugin_registry remove ALTS shared resources 2018-11-13 09:44:28 -08:00
tsi Merge pull request #17055 from danieljoos/openssl_v_1_1 2018-12-18 14:44:56 -08:00
README.md fix markdown render error 2017-03-26 00:52:56 +08: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++, Ruby, Python, PHP, NodeJS, Objective-C) are layered on top of this library.