gRPC 消息帧 更多...
#include <grpc.hpp>
gRPC 消息帧
gRPC消息格式(RFC标准): [1 byte: compressed-flag (0=uncompressed, 1=compressed)] [4 bytes: message-length (big-endian)] [message-length bytes: payload]
在文件 grpc.hpp 第 88 行定义.