module Async::HTTP::BufferedBody::Reader

def read

def read
	self.body ? self.body.join : nil
end