class Async::HTTP::Protocol::HTTP2::Stream::Output
def self.for(stream, body)
def self.for(stream, body) output = self.new(stream, body) output.start return output end
def self.for(stream, body) output = self.new(stream, body) output.start return output end