grpc/src/core
ncteisen e5047b5244 Fix ASAN 2018-06-08 11:49:39 -07:00
..
ext Merge pull request #15418 from AspirinSJL/smaller_hpack 2018-06-01 20:03:08 -07:00
lib Fix ASAN 2018-06-08 11:49:39 -07:00
plugin_registry Revert "Let cronet use grpc_cronet_registry_plugin" 2018-03-30 16:20:43 -07:00
tsi Migrate SSL_transport_security TSI to new TSI handshaker API 2018-05-09 14:42:48 -07: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.