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

def send_body(body, trailer = nil)

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