module Body

Nested Classes and Modules

class Readable

Represents 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 Writable

Represents 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::Readable instead.

WritableBody = Writable

  • deprecated

Compatibility alias for the old class name.

Signature

deprecated

Use class Protocol::GRPC::Body::Writable instead.