class
GRPC::RawRequestStream
- GRPC::RawRequestStream
- Reference
- Object
Overview
RawRequestStream is an untyped variant used by the transport and interceptor layer. Generated dispatch methods wrap it in RequestStream(T).
Included Modules
- Enumerable(Slice(UInt8))
Defined in:
grpc/service_handler.crConstructors
Instance Method Summary
- #ch : ::Channel(Bytes | Nil)
-
#each(& : Bytes -> ) : Nil
Must yield this collection's elements to the block.
Constructor Detail
Instance Method Detail
def each(& : Bytes -> ) : Nil
#
Description copied from module Enumerable(Slice(UInt8))
Must yield this collection's elements to the block.