GRPC::Transport::ResponseContext
ResponseContext bundles the framed body bytes and trailer strings for one gRPC response. A pointer to this object is stashed in DataSource.ptr so the DATA read callback can both send body bytes and, when the body is exhausted, submit the trailing HEADERS frame (grpc-status / grpc-message).
Constructors
Instance methods
data
Sourceoffset
Sourceremaining
Sourcestream_id
Source