class

GRPC::RawRequestStream

Inherits Enumerable < Reference < Object

RawRequestStream is an untyped variant used by the transport and interceptor layer. Generated dispatch methods wrap it in RequestStream(T).

Constructors

new(ch : ::Channel(Bytes | Nil))
Source

Instance methods

each

Must yield this collection's elements to the block.

Source