class
GRPC::Transport::StreamData
- GRPC::Transport::StreamData
- Reference
- Object
Overview
StreamData accumulates headers and body for one HTTP/2 stream.
Defined in:
grpc/transport/http2_connection.crConstructors
Instance Method Summary
- #body : IO::Memory
- #body=(body : IO::Memory)
- #body_bytes : Bytes
- #closed=(closed : Bool)
- #closed? : Bool
- #header_error : Status | Nil
- #header_error=(header_error : Status | Nil)
- #headers : Metadata
- #headers=(headers : Metadata)