module Body
Nested Classes and Modules
class ReadableRepresents a readable body for gRPC messages with length-prefixed framing. This is the standard readable body for gRPC - all gRPC responses use message framing. Wraps the underlying HTTP body and transforms raw chunks into decoded gRPC messages.
class WritableRepresents a writable body for gRPC messages with length-prefixed framing. This is the standard writable body for gRPC - all gRPC requests use message framing.
Definitions
ReadableBody = Readable
- deprecated
Compatibility alias for the old class name.
Signature
- deprecated
Use
class Protocol::GRPC::Body::Readableinstead.
WritableBody = Writable
- deprecated
Compatibility alias for the old class name.
Signature
- deprecated
Use
class Protocol::GRPC::Body::Writableinstead.