class Async::HTTP::Protocol::HTTP2::Stream

def send_body(body)

Set the body and begin sending it.
def send_body(body)
	@output = Output.new(self, body)
end