Versions in this module Expand all Collapse all v0 v0.0.1 Jun 8, 2023 Changes in this version + type StreamReader interface + Close func() + Recv func() (response T, err error) + func NewStreamReader(rd io.Reader) StreamReader[T]