grpc/src/core
Mark D. Roth 7b3590d543
Merge pull request #22854 from markdroth/xds_lrs_send_all_clusters
xds: Add support for send_all_clusters field in LRS.
2020-05-06 09:33:41 -07:00
..
ext Merge pull request #22854 from markdroth/xds_lrs_send_all_clusters 2020-05-06 09:33:41 -07:00
lib Patch typo 2020-05-01 16:21:42 -07:00
plugin_registry Merge remote-tracking branch 'upstream/master' into route_response 2020-04-09 11:10:28 -07:00
tsi Remove StringViewToCString() and src/core/lib/gprpp/string_view.h 2020-04-27 12:28:28 -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.