1# Transport 2 3Common implementation details for gRPC Transports. 4 5Transports multiplex messages across some single connection. In ext/ there are 6implementations atop [a custom http2 implementation](/src/core/ext/transport/chttp2/README.md) 7and atop [cronet](/src/core/ext/transport/cronet/README.md). 8