class GRPC::RawRequestStream

Overview

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

Included Modules

Defined in:

grpc/service_handler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ch : ::Channel(Bytes | Nil)) #

[View source]

Instance Method Detail

def ch : ::Channel(Bytes | Nil) #

[View source]
def each(& : Bytes -> ) : Nil #
Description copied from module Enumerable(Slice(UInt8))

Must yield this collection's elements to the block.


[View source]