class Async::HTTP::Body

def write(chunk)

def write(chunk)
	self.enqueue(chunk)
end