class Async::HTTP::BufferedBody

def initialize(chunks)

def initialize(chunks)
	@chunks = chunks
	@index = 0
end