module Async::HTTP::Body::Reader

def each(&block)

Read chunks from the body.
def each(&block)
	self.body.each(&block)
end